1This test suite was converted from http://www.hixie.ch/tests/adhoc/html/parsing/encoding/all.html 2 3The suite has been broken up to run the tests in smaller batches. 4 5Expected failures: 656, 57, 58, 59 - we do not run scripts during encoding detection phase and parser treats meta inside a script as text, not a tag. 760 - parser treats meta inside style as text, not a tag. 897, 99, 102 - we do not run scripts during encoding detection. 9Status: Tests ran. 10 11Serious failures: 12 13test 097: expected Windows-1254; used Windows-1252 14<!DOCTYPE HTML> 15<script>document.write(atob('PG1ldGEgaHR0cC1lcXVpdj0iQ29udGVudC1UeXBlIiBjb250ZW50PSJ0ZXh0L2h0bWw7Y2hhcnNldD1JU08tODg1OS05Ij4='))</script> 16test 099: expected Windows-1252; used Windows-1254 17<!DOCTYPE HTML> 18<script>document.write(atob('PG1ldGEgaHR0cC1lcXVpdj0iQ29udGVudC1UeXBlIiBjb250ZW50PSJ0ZXh0L2h0bWw7Y2hhcnNldD1JU08tODg1OS0xIj4='))</script> 19<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-9"> 20(Tests are considered to pass even if they treat Win1254 and ISO-8859-4 as separate.) 21 22 23