chromium/third_party/blink/web_tests/external/wpt/css/css-view-transitions/dialog-in-rtl-iframe-ref.html

<!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:[email protected]">
  <style>
    iframe {
      width: 50vw;
      height: 50vh;
    }
  </style>
</head>

<body>
  <iframe src="support/dialog-in-rtl-iframe-child.html?show">
  </iframe>
</body>
</html>