summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/encoding/parser-tests-50-expected.txt
blob: ace06462158d85ac2e9b54856ed7500bb1d6a537 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
This test suite was converted from http://www.hixie.ch/tests/adhoc/html/parsing/encoding/all.html

The suite has been broken up to run the tests in smaller batches.

Expected failures:
56, 57, 58, 59 - we do not run scripts during encoding detection phase and parser treats meta inside a script as text, not a tag.
60 - parser treats meta inside style as text, not a tag.
97, 99, 102 - we do not run scripts during encoding detection.
Status: Tests ran.

Serious failures:

test 056: expected Windows-1254; used Windows-1252
<!DOCTYPE HTML>
<script>document.write('<meta charset="ISO-8859-' + '9">')</script>
test 057: expected Windows-1254; used Windows-1252
<!DOCTYPE HTML>
<script>var s = '9">'; document.write('<meta charset="ISO-8859-' + s)</script>
test 058: expected Windows-1254; used Windows-1252
<!DOCTYPE HTML>
<script>document.write('<meta charset="ISO-8859-9">')</script>
test 059: expected Windows-1254; used Windows-1252
<!DOCTYPE HTML>
<script type="text/plain"><meta charset="ISO-8859-9"></script>
(Tests are considered to pass even if they treat Win1254 and ISO-8859-4 as separate.)