tor-browser

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

image-lcp-followed-by-text-softnav-lcp.tentative.html (753B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4 <meta charset="utf-8">
      5 <title>Detect simple soft navigation.</title>
      6 <script src="/resources/testharness.js"></script>
      7 <script src="/resources/testharnessreport.js"></script>
      8 <script src="/resources/testdriver.js"></script>
      9 <script src="/resources/testdriver-vendor.js"></script>
     10 <script src="resources/soft-navigation-helper.js"></script>
     11 </head>
     12 <body>
     13  <a id=link>Click me!</a>
     14  <main id=main>
     15    <div>
     16        <img src="/images/lcp-256x256.png">
     17    </div>
     18  </main>
     19  <script>
     20    testSoftNavigation({
     21      testName: "Test that an image LCP followup by a smaller soft navigation text LCP"
     22        + " properly queues an LCP entry",
     23      addContent: () => addTextToDivOnMain(),
     24    });
     25  </script>
     26 </body>
     27 </html>