tor-browser

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

nearest-nested.tentative.html (698B)


      1 <!DOCTYPE html>
      2 <html class=reftest-wait>
      3 <title>Nearest should match non-direct ancestor</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">
     13        <div class="green">
     14            <div>
     15                <div class="test nearest-ref"></div>
     16            </div>
     17        </div>
     18    </div>
     19 </body>