tor-browser

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

baseline-source-computed.html (451B)


      1 <!DOCTYPE html>
      2 <link rel="help" href="https://drafts.csswg.org/css-inline-3/#baseline-source">
      3 <script src="/resources/testharness.js"></script>
      4 <script src="/resources/testharnessreport.js"></script>
      5 <script src="/css/support/computed-testcommon.js"></script>
      6 <div id="target"></div>
      7 
      8 <script>
      9 test_computed_value('baseline-source', 'auto');
     10 test_computed_value('baseline-source', 'first');
     11 test_computed_value('baseline-source', 'last');
     12 </script>