blob: fc6b4892a5a37dd323e7a0be4460b41fe6905849 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<!DOCTYPE html>
<html>
<head>
<title>View transitions: Dialog element in RTL scrollable iframe</title>
<link rel="help" href="https://drafts.csswg.org/css-view-transitions-1/">
<link rel="author" href="mailto:bokan@chromium.org">
<style>
iframe {
width: 50vw;
height: 50vh;
}
</style>
</head>
<body>
<iframe src="support/dialog-in-rtl-iframe-child.html?show">
</iframe>
</body>
</html>
|