tor-browser

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

root-element-transition-iframe-with-startVT-on-main-ref.html (485B)


      1 <!DOCTYPE html>
      2 <html>
      3 <title>View transitions: basic cross-document navigation in an iframe while the main frame has a same-document transition (ref)</title>
      4 <link rel="help" href="https://drafts.csswg.org/css-view-transitions-2/">
      5 <link rel="author" href="mailto:khushalsagar@chromium.org">
      6 <style>
      7  html {
      8    background: lightpink;
      9  }
     10  iframe {
     11    border: 1px solid black;
     12  }
     13 </style>
     14 <iframe src="resources/root-element-transition-iframe-inner-result.html"></iframe>
     15 </html>