quotes-in-meta.html (445B)
1 <!doctype html> 2 <meta http-equiv="Content-Type" content='charset="windows-1251'> 3 <meta charset=windows-1250> 4 <title></title> 5 <script src=/resources/testharness.js></script> 6 <script src=/resources/testharnessreport.js></script> 7 <link rel=help href="https://html.spec.whatwg.org/#algorithm-for-extracting-a-character-encoding-from-a-meta-element"> 8 <script> 9 test(function() { 10 assert_equals(document.characterSet, "windows-1250"); 11 }); 12 </script>