tor-browser

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

document-compatmode-06.xhtml (504B)


      1 <html xmlns="http://www.w3.org/1999/xhtml">
      2 <head>
      3 <title>document.compatMode: Standards</title>
      4 <link rel="author" title="Ms2ger" href="mailto:ms2ger@gmail.com"/>
      5 <link rel="help" href="https://html.spec.whatwg.org/multipage/#dom-document-compatmode"/>
      6 </head>
      7 <body>
      8 <div id="log"></div>
      9 <script src="/resources/testharness.js"></script>
     10 <script src="/resources/testharnessreport.js"></script>
     11 <script>
     12 test(function() {
     13  assert_equals(document.compatMode, "CSS1Compat");
     14 })
     15 </script>
     16 </body>
     17 </html>