tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

dialog-in-rtl-iframe-ref.html (421B)


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