tor-browser

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

scroll-markers-computed.tentative.html (652B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Overflow: scroll-marker-group with tabs/links mode computed values</title>
      4 <link rel="help" href="https://github.com/w3c/csswg-drafts/issues/12122">
      5 <script src="/resources/testharness.js"></script>
      6 <script src="/resources/testharnessreport.js"></script>
      7 <script src="/css/support/computed-testcommon.js"></script>
      8 <div id="target"></div>
      9 <script>
     10  test_computed_value('scroll-marker-group', 'before tabs');
     11  test_computed_value('scroll-marker-group', 'before links');
     12  test_computed_value('scroll-marker-group', 'after links');
     13  test_computed_value('scroll-marker-group', 'after tabs');
     14 </script>