tor-browser

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

compute-explicit-name-non-ancestor.tentative.html (721B)


      1 <!DOCTYPE html>
      2 <html class="reftest-wait no-match">
      3 <title>Explicit view-transition-group name can only match ancestors</title>
      4 <meta name=fuzzy content="maxDifference=0-255; totalPixels=0-515">
      5 <link rel="help" href="https://drafts.csswg.org/css-view-transitions-2/">
      6 <link rel="match" href="nested-ref.html">
      7 <link rel=stylesheet href="resources/compute-common.css"></link>
      8 <link rel=stylesheet href="resources/pause-view-transitions.css"></link>
      9 <script src="/common/reftest-wait.js"></script>
     10 <script src="resources/compute-test.js"></script>
     11 <body>
     12    <div class="red"></div>
     13    <!-- this would appear as green because it inherits from the ::view-transition-group -->
     14    <div class="test red-ref"></div>
     15 </body>