document-compatmode-03.html (424B)
1 <title>document.compatMode: Quirks</title> 2 <link rel="author" title="Ms2ger" href="mailto:ms2ger@gmail.com"> 3 <link rel="help" href="https://html.spec.whatwg.org/multipage/#dom-document-compatmode"> 4 <body> 5 <div id="log"></div> 6 <script src="/resources/testharness.js"></script> 7 <script src="/resources/testharnessreport.js"></script> 8 <script> 9 test(function() { 10 assert_equals(document.compatMode, "BackCompat"); 11 }) 12 </script>