mirror of
https://github.com/servo/servo.git
synced 2025-07-29 18:20:24 +01:00
19 lines
413 B
HTML
19 lines
413 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>View transitions: Dialog element in RTL scrollable iframe</title>
|
|
<link rel="help" href="https://github.com/WICG/view-transitions">
|
|
<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>
|