tor-browser

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

baseline-source-valid.html (417B)


      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/parsing-testcommon.js"></script>
      6 
      7 <script>
      8 test_valid_value('baseline-source', 'auto');
      9 test_valid_value('baseline-source', 'first');
     10 test_valid_value('baseline-source', 'last');
     11 </script>