html-to-markdown 2.24.6 → 2.25.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +2 -2
- data/README.md +1 -1
- data/ext/html-to-markdown-rb/native/Cargo.lock +9 -32
- data/ext/html-to-markdown-rb/native/Cargo.toml +1 -1
- data/lib/html_to_markdown/version.rb +1 -1
- data/rust-vendor/html-to-markdown-rs/Cargo.toml +0 -1
- data/rust-vendor/html-to-markdown-rs/src/converter/main_helpers.rs +1 -1
- data/rust-vendor/html-to-markdown-rs/src/hocr/converter/hierarchy.rs +20 -5
- data/rust-vendor/html-to-markdown-rs/src/lib.rs +1 -0
- data/rust-vendor/{markup5ever_rcdom/lib.rs → html-to-markdown-rs/src/rcdom.rs} +56 -91
- data/rust-vendor/html-to-markdown-rs/tests/hocr_compliance_test.rs +157 -0
- data/rust-vendor/memmap2/.cargo-checksum.json +1 -1
- data/rust-vendor/memmap2/.cargo_vcs_info.json +1 -1
- data/rust-vendor/memmap2/CHANGELOG.md +8 -0
- data/rust-vendor/memmap2/Cargo.lock +1 -1
- data/rust-vendor/memmap2/Cargo.toml +2 -1
- data/rust-vendor/memmap2/Cargo.toml.orig +2 -1
- data/rust-vendor/memmap2/src/lib.rs +25 -1
- data/rust-vendor/memmap2/src/stub.rs +1 -4
- data/rust-vendor/memmap2/src/unix.rs +14 -1
- data/rust-vendor/png/.cargo-checksum.json +1 -1
- data/rust-vendor/png/.cargo_vcs_info.json +1 -1
- data/rust-vendor/png/CHANGES.md +44 -0
- data/rust-vendor/png/Cargo.lock +124 -171
- data/rust-vendor/png/Cargo.toml +1 -1
- data/rust-vendor/png/Cargo.toml.orig +1 -1
- data/rust-vendor/png/benches/expand_paletted.rs +5 -5
- data/rust-vendor/png/benches/unfilter.rs +3 -3
- data/rust-vendor/png/src/adam7.rs +17 -10
- data/rust-vendor/png/src/common.rs +8 -8
- data/rust-vendor/png/src/decoder/mod.rs +53 -20
- data/rust-vendor/png/src/decoder/stream.rs +263 -78
- data/rust-vendor/png/src/decoder/unfiltering_buffer.rs +210 -53
- data/rust-vendor/png/src/decoder/zlib.rs +130 -90
- data/rust-vendor/png/src/encoder.rs +4 -2
- data/rust-vendor/png/src/{filter.rs → filter/mod.rs} +100 -367
- data/rust-vendor/png/src/filter/optimization-notes.md +104 -0
- data/rust-vendor/png/src/filter/paeth.rs +398 -0
- data/rust-vendor/png/src/filter/simd.rs +308 -0
- data/rust-vendor/png/src/lib.rs +1 -0
- data/rust-vendor/syn/.cargo-checksum.json +1 -1
- data/rust-vendor/syn/.cargo_vcs_info.json +1 -1
- data/rust-vendor/syn/Cargo.lock +40 -41
- data/rust-vendor/syn/Cargo.toml +1 -1
- data/rust-vendor/syn/Cargo.toml.orig +1 -1
- data/rust-vendor/syn/src/item.rs +61 -40
- data/rust-vendor/syn/src/lib.rs +2 -1
- data/rust-vendor/syn/tests/test_item.rs +54 -0
- data/rust-vendor/unicode-ident/.cargo-checksum.json +1 -1
- data/rust-vendor/unicode-ident/.cargo_vcs_info.json +1 -1
- data/rust-vendor/unicode-ident/Cargo.lock +21 -21
- data/rust-vendor/unicode-ident/Cargo.toml +1 -1
- data/rust-vendor/unicode-ident/Cargo.toml.orig +1 -1
- data/rust-vendor/unicode-ident/src/lib.rs +1 -1
- data/rust-vendor/unicode-ident/src/tables.rs +87 -97
- data/rust-vendor/unicode-ident/tests/static_size.rs +1 -1
- metadata +7 -177
- data/rust-vendor/markup5ever_rcdom/.cargo-checksum.json +0 -1
- data/rust-vendor/markup5ever_rcdom/.cargo_vcs_info.json +0 -7
- data/rust-vendor/markup5ever_rcdom/Cargo.lock +0 -658
- data/rust-vendor/markup5ever_rcdom/Cargo.toml +0 -109
- data/rust-vendor/markup5ever_rcdom/Cargo.toml.orig +0 -42
- data/rust-vendor/markup5ever_rcdom/LICENSE-APACHE +0 -201
- data/rust-vendor/markup5ever_rcdom/LICENSE-MIT +0 -25
- data/rust-vendor/markup5ever_rcdom/README.md +0 -7
- data/rust-vendor/markup5ever_rcdom/custom-html5lib-tokenizer-tests/regression.test +0 -69
- data/rust-vendor/markup5ever_rcdom/data/test/ignore +0 -1
- data/rust-vendor/markup5ever_rcdom/examples/hello_xml.rs +0 -39
- data/rust-vendor/markup5ever_rcdom/examples/html2html.rs +0 -51
- data/rust-vendor/markup5ever_rcdom/examples/print-rcdom.rs +0 -78
- data/rust-vendor/markup5ever_rcdom/examples/xml_tree_printer.rs +0 -67
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/.gitattributes +0 -2
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/.github/workflows/downstream.yml +0 -76
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/.github/workflows/lint.yml +0 -25
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/.gitignore +0 -79
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/AUTHORS.rst +0 -34
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/LICENSE +0 -21
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/encoding/chardet/test_big5.txt +0 -51
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/encoding/scripted/tests1.dat +0 -5
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/encoding/test-yahoo-jp.dat +0 -10
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/encoding/tests1.dat +0 -388
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/encoding/tests2.dat +0 -115
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/lint +0 -6
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/lint_lib/__init__.py +0 -0
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/lint_lib/_vendor/__init__.py +0 -0
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/lint_lib/_vendor/funcparserlib/LICENSE +0 -18
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/lint_lib/_vendor/funcparserlib/__init__.py +0 -0
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/lint_lib/_vendor/funcparserlib/lexer.py +0 -211
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/lint_lib/_vendor/funcparserlib/lexer.pyi +0 -34
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/lint_lib/_vendor/funcparserlib/parser.py +0 -872
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/lint_lib/_vendor/funcparserlib/parser.pyi +0 -83
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/lint_lib/_vendor/funcparserlib/py.typed +0 -0
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/lint_lib/_vendor/funcparserlib/util.py +0 -72
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/lint_lib/_vendor/funcparserlib/util.pyi +0 -7
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/lint_lib/_vendor/vendor.txt +0 -1
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/lint_lib/_vendor-patches/funcparserlib.patch +0 -24
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/lint_lib/lint.py +0 -280
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/lint_lib/parser.py +0 -177
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/pyproject.toml +0 -7
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/serializer/core.test +0 -125
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/serializer/injectmeta.test +0 -66
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/serializer/optionaltags.test +0 -965
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/serializer/options.test +0 -60
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/serializer/whitespace.test +0 -51
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tokenizer/README.md +0 -107
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tokenizer/contentModelFlags.test +0 -93
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tokenizer/domjs.test +0 -335
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tokenizer/entities.test +0 -542
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tokenizer/escapeFlag.test +0 -36
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tokenizer/namedEntities.test +0 -42422
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tokenizer/numericEntities.test +0 -1677
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tokenizer/pendingSpecChanges.test +0 -9
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tokenizer/test1.test +0 -353
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tokenizer/test2.test +0 -275
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tokenizer/test3.test +0 -11233
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tokenizer/test4.test +0 -532
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tokenizer/unicodeChars.test +0 -1577
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tokenizer/unicodeCharsProblematic.test +0 -41
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tokenizer/xmlViolation.test +0 -20
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/README.md +0 -108
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/adoption01.dat +0 -354
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/adoption02.dat +0 -39
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/blocks.dat +0 -695
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/comments01.dat +0 -217
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/doctype01.dat +0 -474
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/domjs-unsafe.dat +0 -0
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/entities01.dat +0 -943
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/entities02.dat +0 -309
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/foreign-fragment.dat +0 -645
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/html5test-com.dat +0 -301
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/inbody01.dat +0 -54
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/isindex.dat +0 -49
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/main-element.dat +0 -46
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/math.dat +0 -104
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/menuitem-element.dat +0 -240
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/namespace-sensitivity.dat +0 -22
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/noscript01.dat +0 -237
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/pending-spec-changes-plain-text-unsafe.dat +0 -0
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/pending-spec-changes.dat +0 -46
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/plain-text-unsafe.dat +0 -0
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/quirks01.dat +0 -53
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/ruby.dat +0 -302
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/scriptdata01.dat +0 -372
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/scripted/adoption01.dat +0 -16
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/scripted/ark.dat +0 -27
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/scripted/webkit01.dat +0 -30
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/search-element.dat +0 -46
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/svg.dat +0 -104
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tables01.dat +0 -322
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/template.dat +0 -1673
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests1.dat +0 -1956
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests10.dat +0 -849
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests11.dat +0 -523
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests12.dat +0 -62
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests14.dat +0 -75
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests15.dat +0 -216
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests16.dat +0 -2602
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests17.dat +0 -179
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests18.dat +0 -558
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests19.dat +0 -1398
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests2.dat +0 -831
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests20.dat +0 -842
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests21.dat +0 -306
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests22.dat +0 -190
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests23.dat +0 -168
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests24.dat +0 -79
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests25.dat +0 -288
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests26.dat +0 -453
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests3.dat +0 -305
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests4.dat +0 -74
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests5.dat +0 -210
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests6.dat +0 -663
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests7.dat +0 -453
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests8.dat +0 -165
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests9.dat +0 -472
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tests_innerHTML_1.dat +0 -843
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/tricky01.dat +0 -336
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/webkit01.dat +0 -785
- data/rust-vendor/markup5ever_rcdom/html5lib-tests/tree-construction/webkit02.dat +0 -554
- data/rust-vendor/markup5ever_rcdom/tests/foreach_html5lib_test/mod.rs +0 -41
- data/rust-vendor/markup5ever_rcdom/tests/html-driver.rs +0 -29
- data/rust-vendor/markup5ever_rcdom/tests/html-serializer.rs +0 -265
- data/rust-vendor/markup5ever_rcdom/tests/html-tokenizer.rs +0 -487
- data/rust-vendor/markup5ever_rcdom/tests/html-tree-builder.rs +0 -298
- data/rust-vendor/markup5ever_rcdom/tests/html-tree-sink.rs +0 -141
- data/rust-vendor/markup5ever_rcdom/tests/util/find_tests.rs +0 -34
- data/rust-vendor/markup5ever_rcdom/tests/util/runner.rs +0 -48
- data/rust-vendor/markup5ever_rcdom/tests/xml-driver.rs +0 -101
- data/rust-vendor/markup5ever_rcdom/tests/xml-tokenizer.rs +0 -374
- data/rust-vendor/markup5ever_rcdom/tests/xml-tree-builder.rs +0 -237
- data/rust-vendor/markup5ever_rcdom/xml5lib-tests/AUTHORS.rst +0 -9
- data/rust-vendor/markup5ever_rcdom/xml5lib-tests/LICENSE +0 -21
- data/rust-vendor/markup5ever_rcdom/xml5lib-tests/tokenizer/README.md +0 -92
- data/rust-vendor/markup5ever_rcdom/xml5lib-tests/tokenizer/comments.test +0 -274
- data/rust-vendor/markup5ever_rcdom/xml5lib-tests/tokenizer/doctype.test +0 -3232
- data/rust-vendor/markup5ever_rcdom/xml5lib-tests/tokenizer/entities.test +0 -283
- data/rust-vendor/markup5ever_rcdom/xml5lib-tests/tokenizer/eof.test +0 -113
- data/rust-vendor/markup5ever_rcdom/xml5lib-tests/tokenizer/namedEntities.test +0 -42210
- data/rust-vendor/markup5ever_rcdom/xml5lib-tests/tokenizer/numericEntities.test +0 -1349
- data/rust-vendor/markup5ever_rcdom/xml5lib-tests/tokenizer/test1.test +0 -162
- data/rust-vendor/markup5ever_rcdom/xml5lib-tests/tokenizer/test2.test +0 -64
- data/rust-vendor/markup5ever_rcdom/xml5lib-tests/tokenizer/unicodeChars.test +0 -1295
- data/rust-vendor/markup5ever_rcdom/xml5lib-tests/tree-construction/README.md +0 -104
- data/rust-vendor/markup5ever_rcdom/xml5lib-tests/tree-construction/namespace.dat +0 -119
- data/rust-vendor/markup5ever_rcdom/xml5lib-tests/tree-construction/test1.dat +0 -124
- data/rust-vendor/xml5ever/.cargo-checksum.json +0 -1
- data/rust-vendor/xml5ever/.cargo_vcs_info.json +0 -6
- data/rust-vendor/xml5ever/Cargo.lock +0 -752
- data/rust-vendor/xml5ever/Cargo.toml +0 -69
- data/rust-vendor/xml5ever/Cargo.toml.orig +0 -29
- data/rust-vendor/xml5ever/LICENSE-APACHE +0 -201
- data/rust-vendor/xml5ever/LICENSE-MIT +0 -25
- data/rust-vendor/xml5ever/README.md +0 -72
- data/rust-vendor/xml5ever/benches/xml5ever.rs +0 -77
- data/rust-vendor/xml5ever/data/bench/strong.xml +0 -1
- data/rust-vendor/xml5ever/examples/README.md +0 -223
- data/rust-vendor/xml5ever/examples/example.xml +0 -3
- data/rust-vendor/xml5ever/examples/simple_xml_tokenizer.rs +0 -81
- data/rust-vendor/xml5ever/examples/xml_tokenizer.rs +0 -115
- data/rust-vendor/xml5ever/src/driver.rs +0 -90
- data/rust-vendor/xml5ever/src/lib.rs +0 -47
- data/rust-vendor/xml5ever/src/macros.rs +0 -18
- data/rust-vendor/xml5ever/src/serialize/mod.rs +0 -216
- data/rust-vendor/xml5ever/src/tokenizer/char_ref/mod.rs +0 -456
- data/rust-vendor/xml5ever/src/tokenizer/interface.rs +0 -116
- data/rust-vendor/xml5ever/src/tokenizer/mod.rs +0 -1344
- data/rust-vendor/xml5ever/src/tokenizer/qname.rs +0 -84
- data/rust-vendor/xml5ever/src/tokenizer/states.rs +0 -167
- data/rust-vendor/xml5ever/src/tree_builder/mod.rs +0 -774
- data/rust-vendor/xml5ever/src/tree_builder/types.rs +0 -37
|
@@ -1,2602 +0,0 @@
|
|
|
1
|
-
#data
|
|
2
|
-
<!doctype html><script>
|
|
3
|
-
#errors
|
|
4
|
-
(1,23): expected-named-closing-tag-but-got-eof
|
|
5
|
-
#document
|
|
6
|
-
| <!DOCTYPE html>
|
|
7
|
-
| <html>
|
|
8
|
-
| <head>
|
|
9
|
-
| <script>
|
|
10
|
-
| <body>
|
|
11
|
-
|
|
12
|
-
#data
|
|
13
|
-
<!doctype html><script>a
|
|
14
|
-
#errors
|
|
15
|
-
(1,24): expected-named-closing-tag-but-got-eof
|
|
16
|
-
#document
|
|
17
|
-
| <!DOCTYPE html>
|
|
18
|
-
| <html>
|
|
19
|
-
| <head>
|
|
20
|
-
| <script>
|
|
21
|
-
| "a"
|
|
22
|
-
| <body>
|
|
23
|
-
|
|
24
|
-
#data
|
|
25
|
-
<!doctype html><script><
|
|
26
|
-
#errors
|
|
27
|
-
(1,24): expected-named-closing-tag-but-got-eof
|
|
28
|
-
#document
|
|
29
|
-
| <!DOCTYPE html>
|
|
30
|
-
| <html>
|
|
31
|
-
| <head>
|
|
32
|
-
| <script>
|
|
33
|
-
| "<"
|
|
34
|
-
| <body>
|
|
35
|
-
|
|
36
|
-
#data
|
|
37
|
-
<!doctype html><script></
|
|
38
|
-
#errors
|
|
39
|
-
(1,25): expected-named-closing-tag-but-got-eof
|
|
40
|
-
#document
|
|
41
|
-
| <!DOCTYPE html>
|
|
42
|
-
| <html>
|
|
43
|
-
| <head>
|
|
44
|
-
| <script>
|
|
45
|
-
| "</"
|
|
46
|
-
| <body>
|
|
47
|
-
|
|
48
|
-
#data
|
|
49
|
-
<!doctype html><script></S
|
|
50
|
-
#errors
|
|
51
|
-
(1,26): expected-named-closing-tag-but-got-eof
|
|
52
|
-
#document
|
|
53
|
-
| <!DOCTYPE html>
|
|
54
|
-
| <html>
|
|
55
|
-
| <head>
|
|
56
|
-
| <script>
|
|
57
|
-
| "</S"
|
|
58
|
-
| <body>
|
|
59
|
-
|
|
60
|
-
#data
|
|
61
|
-
<!doctype html><script></SC
|
|
62
|
-
#errors
|
|
63
|
-
(1,27): expected-named-closing-tag-but-got-eof
|
|
64
|
-
#document
|
|
65
|
-
| <!DOCTYPE html>
|
|
66
|
-
| <html>
|
|
67
|
-
| <head>
|
|
68
|
-
| <script>
|
|
69
|
-
| "</SC"
|
|
70
|
-
| <body>
|
|
71
|
-
|
|
72
|
-
#data
|
|
73
|
-
<!doctype html><script></SCR
|
|
74
|
-
#errors
|
|
75
|
-
(1,28): expected-named-closing-tag-but-got-eof
|
|
76
|
-
#document
|
|
77
|
-
| <!DOCTYPE html>
|
|
78
|
-
| <html>
|
|
79
|
-
| <head>
|
|
80
|
-
| <script>
|
|
81
|
-
| "</SCR"
|
|
82
|
-
| <body>
|
|
83
|
-
|
|
84
|
-
#data
|
|
85
|
-
<!doctype html><script></SCRI
|
|
86
|
-
#errors
|
|
87
|
-
(1,29): expected-named-closing-tag-but-got-eof
|
|
88
|
-
#document
|
|
89
|
-
| <!DOCTYPE html>
|
|
90
|
-
| <html>
|
|
91
|
-
| <head>
|
|
92
|
-
| <script>
|
|
93
|
-
| "</SCRI"
|
|
94
|
-
| <body>
|
|
95
|
-
|
|
96
|
-
#data
|
|
97
|
-
<!doctype html><script></SCRIP
|
|
98
|
-
#errors
|
|
99
|
-
(1,30): expected-named-closing-tag-but-got-eof
|
|
100
|
-
#document
|
|
101
|
-
| <!DOCTYPE html>
|
|
102
|
-
| <html>
|
|
103
|
-
| <head>
|
|
104
|
-
| <script>
|
|
105
|
-
| "</SCRIP"
|
|
106
|
-
| <body>
|
|
107
|
-
|
|
108
|
-
#data
|
|
109
|
-
<!doctype html><script></SCRIPT
|
|
110
|
-
#errors
|
|
111
|
-
(1,31): expected-named-closing-tag-but-got-eof
|
|
112
|
-
#document
|
|
113
|
-
| <!DOCTYPE html>
|
|
114
|
-
| <html>
|
|
115
|
-
| <head>
|
|
116
|
-
| <script>
|
|
117
|
-
| "</SCRIPT"
|
|
118
|
-
| <body>
|
|
119
|
-
|
|
120
|
-
#data
|
|
121
|
-
<!doctype html><script></SCRIPT
|
|
122
|
-
#errors
|
|
123
|
-
(1,32): expected-attribute-name-but-got-eof
|
|
124
|
-
(1,32): expected-named-closing-tag-but-got-eof
|
|
125
|
-
#new-errors
|
|
126
|
-
(1:33) eof-in-tag
|
|
127
|
-
#document
|
|
128
|
-
| <!DOCTYPE html>
|
|
129
|
-
| <html>
|
|
130
|
-
| <head>
|
|
131
|
-
| <script>
|
|
132
|
-
| <body>
|
|
133
|
-
|
|
134
|
-
#data
|
|
135
|
-
<!doctype html><script></s
|
|
136
|
-
#errors
|
|
137
|
-
(1,26): expected-named-closing-tag-but-got-eof
|
|
138
|
-
#document
|
|
139
|
-
| <!DOCTYPE html>
|
|
140
|
-
| <html>
|
|
141
|
-
| <head>
|
|
142
|
-
| <script>
|
|
143
|
-
| "</s"
|
|
144
|
-
| <body>
|
|
145
|
-
|
|
146
|
-
#data
|
|
147
|
-
<!doctype html><script></sc
|
|
148
|
-
#errors
|
|
149
|
-
(1,27): expected-named-closing-tag-but-got-eof
|
|
150
|
-
#document
|
|
151
|
-
| <!DOCTYPE html>
|
|
152
|
-
| <html>
|
|
153
|
-
| <head>
|
|
154
|
-
| <script>
|
|
155
|
-
| "</sc"
|
|
156
|
-
| <body>
|
|
157
|
-
|
|
158
|
-
#data
|
|
159
|
-
<!doctype html><script></scr
|
|
160
|
-
#errors
|
|
161
|
-
(1,28): expected-named-closing-tag-but-got-eof
|
|
162
|
-
#document
|
|
163
|
-
| <!DOCTYPE html>
|
|
164
|
-
| <html>
|
|
165
|
-
| <head>
|
|
166
|
-
| <script>
|
|
167
|
-
| "</scr"
|
|
168
|
-
| <body>
|
|
169
|
-
|
|
170
|
-
#data
|
|
171
|
-
<!doctype html><script></scri
|
|
172
|
-
#errors
|
|
173
|
-
(1,29): expected-named-closing-tag-but-got-eof
|
|
174
|
-
#document
|
|
175
|
-
| <!DOCTYPE html>
|
|
176
|
-
| <html>
|
|
177
|
-
| <head>
|
|
178
|
-
| <script>
|
|
179
|
-
| "</scri"
|
|
180
|
-
| <body>
|
|
181
|
-
|
|
182
|
-
#data
|
|
183
|
-
<!doctype html><script></scrip
|
|
184
|
-
#errors
|
|
185
|
-
(1,30): expected-named-closing-tag-but-got-eof
|
|
186
|
-
#document
|
|
187
|
-
| <!DOCTYPE html>
|
|
188
|
-
| <html>
|
|
189
|
-
| <head>
|
|
190
|
-
| <script>
|
|
191
|
-
| "</scrip"
|
|
192
|
-
| <body>
|
|
193
|
-
|
|
194
|
-
#data
|
|
195
|
-
<!doctype html><script></script
|
|
196
|
-
#errors
|
|
197
|
-
(1,31): expected-named-closing-tag-but-got-eof
|
|
198
|
-
#document
|
|
199
|
-
| <!DOCTYPE html>
|
|
200
|
-
| <html>
|
|
201
|
-
| <head>
|
|
202
|
-
| <script>
|
|
203
|
-
| "</script"
|
|
204
|
-
| <body>
|
|
205
|
-
|
|
206
|
-
#data
|
|
207
|
-
<!doctype html><script></script
|
|
208
|
-
#errors
|
|
209
|
-
(1,32): expected-attribute-name-but-got-eof
|
|
210
|
-
(1,32): expected-named-closing-tag-but-got-eof
|
|
211
|
-
#new-errors
|
|
212
|
-
(1:33) eof-in-tag
|
|
213
|
-
#document
|
|
214
|
-
| <!DOCTYPE html>
|
|
215
|
-
| <html>
|
|
216
|
-
| <head>
|
|
217
|
-
| <script>
|
|
218
|
-
| <body>
|
|
219
|
-
|
|
220
|
-
#data
|
|
221
|
-
<!doctype html><script><!
|
|
222
|
-
#errors
|
|
223
|
-
(1,25): expected-script-data-but-got-eof
|
|
224
|
-
#document
|
|
225
|
-
| <!DOCTYPE html>
|
|
226
|
-
| <html>
|
|
227
|
-
| <head>
|
|
228
|
-
| <script>
|
|
229
|
-
| "<!"
|
|
230
|
-
| <body>
|
|
231
|
-
|
|
232
|
-
#data
|
|
233
|
-
<!doctype html><script><!a
|
|
234
|
-
#errors
|
|
235
|
-
(1,26): expected-named-closing-tag-but-got-eof
|
|
236
|
-
#document
|
|
237
|
-
| <!DOCTYPE html>
|
|
238
|
-
| <html>
|
|
239
|
-
| <head>
|
|
240
|
-
| <script>
|
|
241
|
-
| "<!a"
|
|
242
|
-
| <body>
|
|
243
|
-
|
|
244
|
-
#data
|
|
245
|
-
<!doctype html><script><!-
|
|
246
|
-
#errors
|
|
247
|
-
(1,26): expected-named-closing-tag-but-got-eof
|
|
248
|
-
#document
|
|
249
|
-
| <!DOCTYPE html>
|
|
250
|
-
| <html>
|
|
251
|
-
| <head>
|
|
252
|
-
| <script>
|
|
253
|
-
| "<!-"
|
|
254
|
-
| <body>
|
|
255
|
-
|
|
256
|
-
#data
|
|
257
|
-
<!doctype html><script><!-a
|
|
258
|
-
#errors
|
|
259
|
-
(1,27): expected-named-closing-tag-but-got-eof
|
|
260
|
-
#document
|
|
261
|
-
| <!DOCTYPE html>
|
|
262
|
-
| <html>
|
|
263
|
-
| <head>
|
|
264
|
-
| <script>
|
|
265
|
-
| "<!-a"
|
|
266
|
-
| <body>
|
|
267
|
-
|
|
268
|
-
#data
|
|
269
|
-
<!doctype html><script><!--
|
|
270
|
-
#errors
|
|
271
|
-
(1,27): expected-named-closing-tag-but-got-eof
|
|
272
|
-
(1,27): unexpected-eof-in-text-mode
|
|
273
|
-
#new-errors
|
|
274
|
-
(1:28) eof-in-script-html-comment-like-text
|
|
275
|
-
#document
|
|
276
|
-
| <!DOCTYPE html>
|
|
277
|
-
| <html>
|
|
278
|
-
| <head>
|
|
279
|
-
| <script>
|
|
280
|
-
| "<!--"
|
|
281
|
-
| <body>
|
|
282
|
-
|
|
283
|
-
#data
|
|
284
|
-
<!doctype html><script><!--a
|
|
285
|
-
#errors
|
|
286
|
-
(1,28): expected-named-closing-tag-but-got-eof
|
|
287
|
-
(1,28): unexpected-eof-in-text-mode
|
|
288
|
-
#new-errors
|
|
289
|
-
(1:29) eof-in-script-html-comment-like-text
|
|
290
|
-
#document
|
|
291
|
-
| <!DOCTYPE html>
|
|
292
|
-
| <html>
|
|
293
|
-
| <head>
|
|
294
|
-
| <script>
|
|
295
|
-
| "<!--a"
|
|
296
|
-
| <body>
|
|
297
|
-
|
|
298
|
-
#data
|
|
299
|
-
<!doctype html><script><!--<
|
|
300
|
-
#errors
|
|
301
|
-
(1,28): expected-named-closing-tag-but-got-eof
|
|
302
|
-
(1,28): unexpected-eof-in-text-mode
|
|
303
|
-
#new-errors
|
|
304
|
-
(1:29) eof-in-script-html-comment-like-text
|
|
305
|
-
#document
|
|
306
|
-
| <!DOCTYPE html>
|
|
307
|
-
| <html>
|
|
308
|
-
| <head>
|
|
309
|
-
| <script>
|
|
310
|
-
| "<!--<"
|
|
311
|
-
| <body>
|
|
312
|
-
|
|
313
|
-
#data
|
|
314
|
-
<!doctype html><script><!--<a
|
|
315
|
-
#errors
|
|
316
|
-
(1,29): expected-named-closing-tag-but-got-eof
|
|
317
|
-
(1,29): unexpected-eof-in-text-mode
|
|
318
|
-
#new-errors
|
|
319
|
-
(1:30) eof-in-script-html-comment-like-text
|
|
320
|
-
#document
|
|
321
|
-
| <!DOCTYPE html>
|
|
322
|
-
| <html>
|
|
323
|
-
| <head>
|
|
324
|
-
| <script>
|
|
325
|
-
| "<!--<a"
|
|
326
|
-
| <body>
|
|
327
|
-
|
|
328
|
-
#data
|
|
329
|
-
<!doctype html><script><!--</
|
|
330
|
-
#errors
|
|
331
|
-
(1,29): expected-named-closing-tag-but-got-eof
|
|
332
|
-
(1,29): unexpected-eof-in-text-mode
|
|
333
|
-
#new-errors
|
|
334
|
-
(1:30) eof-in-script-html-comment-like-text
|
|
335
|
-
#document
|
|
336
|
-
| <!DOCTYPE html>
|
|
337
|
-
| <html>
|
|
338
|
-
| <head>
|
|
339
|
-
| <script>
|
|
340
|
-
| "<!--</"
|
|
341
|
-
| <body>
|
|
342
|
-
|
|
343
|
-
#data
|
|
344
|
-
<!doctype html><script><!--</script
|
|
345
|
-
#errors
|
|
346
|
-
(1,35): expected-named-closing-tag-but-got-eof
|
|
347
|
-
(1,35): unexpected-eof-in-text-mode
|
|
348
|
-
#new-errors
|
|
349
|
-
(1:36) eof-in-script-html-comment-like-text
|
|
350
|
-
#document
|
|
351
|
-
| <!DOCTYPE html>
|
|
352
|
-
| <html>
|
|
353
|
-
| <head>
|
|
354
|
-
| <script>
|
|
355
|
-
| "<!--</script"
|
|
356
|
-
| <body>
|
|
357
|
-
|
|
358
|
-
#data
|
|
359
|
-
<!doctype html><script><!--</script
|
|
360
|
-
#errors
|
|
361
|
-
(1,36): expected-attribute-name-but-got-eof
|
|
362
|
-
(1,36): expected-named-closing-tag-but-got-eof
|
|
363
|
-
#new-errors
|
|
364
|
-
(1:37) eof-in-tag
|
|
365
|
-
#document
|
|
366
|
-
| <!DOCTYPE html>
|
|
367
|
-
| <html>
|
|
368
|
-
| <head>
|
|
369
|
-
| <script>
|
|
370
|
-
| "<!--"
|
|
371
|
-
| <body>
|
|
372
|
-
|
|
373
|
-
#data
|
|
374
|
-
<!doctype html><script><!--<s
|
|
375
|
-
#errors
|
|
376
|
-
(1,29): expected-named-closing-tag-but-got-eof
|
|
377
|
-
(1,29): unexpected-eof-in-text-mode
|
|
378
|
-
#new-errors
|
|
379
|
-
(1:30) eof-in-script-html-comment-like-text
|
|
380
|
-
#document
|
|
381
|
-
| <!DOCTYPE html>
|
|
382
|
-
| <html>
|
|
383
|
-
| <head>
|
|
384
|
-
| <script>
|
|
385
|
-
| "<!--<s"
|
|
386
|
-
| <body>
|
|
387
|
-
|
|
388
|
-
#data
|
|
389
|
-
<!doctype html><script><!--<script
|
|
390
|
-
#errors
|
|
391
|
-
(1,34): expected-named-closing-tag-but-got-eof
|
|
392
|
-
(1,34): unexpected-eof-in-text-mode
|
|
393
|
-
#new-errors
|
|
394
|
-
(1:35) eof-in-script-html-comment-like-text
|
|
395
|
-
#document
|
|
396
|
-
| <!DOCTYPE html>
|
|
397
|
-
| <html>
|
|
398
|
-
| <head>
|
|
399
|
-
| <script>
|
|
400
|
-
| "<!--<script"
|
|
401
|
-
| <body>
|
|
402
|
-
|
|
403
|
-
#data
|
|
404
|
-
<!doctype html><script><!--<script
|
|
405
|
-
#errors
|
|
406
|
-
(1,35): eof-in-script-in-script
|
|
407
|
-
(1,35): expected-named-closing-tag-but-got-eof
|
|
408
|
-
#new-errors
|
|
409
|
-
(1:36) eof-in-script-html-comment-like-text
|
|
410
|
-
#document
|
|
411
|
-
| <!DOCTYPE html>
|
|
412
|
-
| <html>
|
|
413
|
-
| <head>
|
|
414
|
-
| <script>
|
|
415
|
-
| "<!--<script "
|
|
416
|
-
| <body>
|
|
417
|
-
|
|
418
|
-
#data
|
|
419
|
-
<!doctype html><script><!--<script <
|
|
420
|
-
#errors
|
|
421
|
-
(1,36): eof-in-script-in-script
|
|
422
|
-
(1,36): expected-named-closing-tag-but-got-eof
|
|
423
|
-
#new-errors
|
|
424
|
-
(1:37) eof-in-script-html-comment-like-text
|
|
425
|
-
#document
|
|
426
|
-
| <!DOCTYPE html>
|
|
427
|
-
| <html>
|
|
428
|
-
| <head>
|
|
429
|
-
| <script>
|
|
430
|
-
| "<!--<script <"
|
|
431
|
-
| <body>
|
|
432
|
-
|
|
433
|
-
#data
|
|
434
|
-
<!doctype html><script><!--<script <a
|
|
435
|
-
#errors
|
|
436
|
-
(1,37): eof-in-script-in-script
|
|
437
|
-
(1,37): expected-named-closing-tag-but-got-eof
|
|
438
|
-
#new-errors
|
|
439
|
-
(1:38) eof-in-script-html-comment-like-text
|
|
440
|
-
#document
|
|
441
|
-
| <!DOCTYPE html>
|
|
442
|
-
| <html>
|
|
443
|
-
| <head>
|
|
444
|
-
| <script>
|
|
445
|
-
| "<!--<script <a"
|
|
446
|
-
| <body>
|
|
447
|
-
|
|
448
|
-
#data
|
|
449
|
-
<!doctype html><script><!--<script </
|
|
450
|
-
#errors
|
|
451
|
-
(1,37): eof-in-script-in-script
|
|
452
|
-
(1,37): expected-named-closing-tag-but-got-eof
|
|
453
|
-
#new-errors
|
|
454
|
-
(1:38) eof-in-script-html-comment-like-text
|
|
455
|
-
#document
|
|
456
|
-
| <!DOCTYPE html>
|
|
457
|
-
| <html>
|
|
458
|
-
| <head>
|
|
459
|
-
| <script>
|
|
460
|
-
| "<!--<script </"
|
|
461
|
-
| <body>
|
|
462
|
-
|
|
463
|
-
#data
|
|
464
|
-
<!doctype html><script><!--<script </s
|
|
465
|
-
#errors
|
|
466
|
-
(1,38): eof-in-script-in-script
|
|
467
|
-
(1,38): expected-named-closing-tag-but-got-eof
|
|
468
|
-
#new-errors
|
|
469
|
-
(1:39) eof-in-script-html-comment-like-text
|
|
470
|
-
#document
|
|
471
|
-
| <!DOCTYPE html>
|
|
472
|
-
| <html>
|
|
473
|
-
| <head>
|
|
474
|
-
| <script>
|
|
475
|
-
| "<!--<script </s"
|
|
476
|
-
| <body>
|
|
477
|
-
|
|
478
|
-
#data
|
|
479
|
-
<!doctype html><script><!--<script </script
|
|
480
|
-
#errors
|
|
481
|
-
(1,43): eof-in-script-in-script
|
|
482
|
-
(1,43): expected-named-closing-tag-but-got-eof
|
|
483
|
-
#new-errors
|
|
484
|
-
(1:44) eof-in-script-html-comment-like-text
|
|
485
|
-
#document
|
|
486
|
-
| <!DOCTYPE html>
|
|
487
|
-
| <html>
|
|
488
|
-
| <head>
|
|
489
|
-
| <script>
|
|
490
|
-
| "<!--<script </script"
|
|
491
|
-
| <body>
|
|
492
|
-
|
|
493
|
-
#data
|
|
494
|
-
<!doctype html><script><!--<script </scripta
|
|
495
|
-
#errors
|
|
496
|
-
(1,44): eof-in-script-in-script
|
|
497
|
-
(1,44): expected-named-closing-tag-but-got-eof
|
|
498
|
-
#new-errors
|
|
499
|
-
(1:45) eof-in-script-html-comment-like-text
|
|
500
|
-
#document
|
|
501
|
-
| <!DOCTYPE html>
|
|
502
|
-
| <html>
|
|
503
|
-
| <head>
|
|
504
|
-
| <script>
|
|
505
|
-
| "<!--<script </scripta"
|
|
506
|
-
| <body>
|
|
507
|
-
|
|
508
|
-
#data
|
|
509
|
-
<!doctype html><script><!--<script </script
|
|
510
|
-
#errors
|
|
511
|
-
(1,44): expected-named-closing-tag-but-got-eof
|
|
512
|
-
(1,44): unexpected-eof-in-text-mode
|
|
513
|
-
#new-errors
|
|
514
|
-
(1:45) eof-in-script-html-comment-like-text
|
|
515
|
-
#document
|
|
516
|
-
| <!DOCTYPE html>
|
|
517
|
-
| <html>
|
|
518
|
-
| <head>
|
|
519
|
-
| <script>
|
|
520
|
-
| "<!--<script </script "
|
|
521
|
-
| <body>
|
|
522
|
-
|
|
523
|
-
#data
|
|
524
|
-
<!doctype html><script><!--<script </script>
|
|
525
|
-
#errors
|
|
526
|
-
(1,44): expected-named-closing-tag-but-got-eof
|
|
527
|
-
(1,44): unexpected-eof-in-text-mode
|
|
528
|
-
#new-errors
|
|
529
|
-
(1:45) eof-in-script-html-comment-like-text
|
|
530
|
-
#document
|
|
531
|
-
| <!DOCTYPE html>
|
|
532
|
-
| <html>
|
|
533
|
-
| <head>
|
|
534
|
-
| <script>
|
|
535
|
-
| "<!--<script </script>"
|
|
536
|
-
| <body>
|
|
537
|
-
|
|
538
|
-
#data
|
|
539
|
-
<!doctype html><script><!--<script </script/
|
|
540
|
-
#errors
|
|
541
|
-
(1,44): expected-named-closing-tag-but-got-eof
|
|
542
|
-
(1,44): unexpected-eof-in-text-mode
|
|
543
|
-
#new-errors
|
|
544
|
-
(1:45) eof-in-script-html-comment-like-text
|
|
545
|
-
#document
|
|
546
|
-
| <!DOCTYPE html>
|
|
547
|
-
| <html>
|
|
548
|
-
| <head>
|
|
549
|
-
| <script>
|
|
550
|
-
| "<!--<script </script/"
|
|
551
|
-
| <body>
|
|
552
|
-
|
|
553
|
-
#data
|
|
554
|
-
<!doctype html><script><!--<script </script <
|
|
555
|
-
#errors
|
|
556
|
-
(1,45): expected-named-closing-tag-but-got-eof
|
|
557
|
-
(1,45): unexpected-eof-in-text-mode
|
|
558
|
-
#new-errors
|
|
559
|
-
(1:46) eof-in-script-html-comment-like-text
|
|
560
|
-
#document
|
|
561
|
-
| <!DOCTYPE html>
|
|
562
|
-
| <html>
|
|
563
|
-
| <head>
|
|
564
|
-
| <script>
|
|
565
|
-
| "<!--<script </script <"
|
|
566
|
-
| <body>
|
|
567
|
-
|
|
568
|
-
#data
|
|
569
|
-
<!doctype html><script><!--<script </script <a
|
|
570
|
-
#errors
|
|
571
|
-
(1,46): expected-named-closing-tag-but-got-eof
|
|
572
|
-
(1,46): unexpected-eof-in-text-mode
|
|
573
|
-
#new-errors
|
|
574
|
-
(1:47) eof-in-script-html-comment-like-text
|
|
575
|
-
#document
|
|
576
|
-
| <!DOCTYPE html>
|
|
577
|
-
| <html>
|
|
578
|
-
| <head>
|
|
579
|
-
| <script>
|
|
580
|
-
| "<!--<script </script <a"
|
|
581
|
-
| <body>
|
|
582
|
-
|
|
583
|
-
#data
|
|
584
|
-
<!doctype html><script><!--<script </script </
|
|
585
|
-
#errors
|
|
586
|
-
(1,46): expected-named-closing-tag-but-got-eof
|
|
587
|
-
(1,46): unexpected-eof-in-text-mode
|
|
588
|
-
#new-errors
|
|
589
|
-
(1:47) eof-in-script-html-comment-like-text
|
|
590
|
-
#document
|
|
591
|
-
| <!DOCTYPE html>
|
|
592
|
-
| <html>
|
|
593
|
-
| <head>
|
|
594
|
-
| <script>
|
|
595
|
-
| "<!--<script </script </"
|
|
596
|
-
| <body>
|
|
597
|
-
|
|
598
|
-
#data
|
|
599
|
-
<!doctype html><script><!--<script </script </script
|
|
600
|
-
#errors
|
|
601
|
-
(1,52): expected-named-closing-tag-but-got-eof
|
|
602
|
-
(1,52): unexpected-eof-in-text-mode
|
|
603
|
-
#new-errors
|
|
604
|
-
(1:53) eof-in-script-html-comment-like-text
|
|
605
|
-
#document
|
|
606
|
-
| <!DOCTYPE html>
|
|
607
|
-
| <html>
|
|
608
|
-
| <head>
|
|
609
|
-
| <script>
|
|
610
|
-
| "<!--<script </script </script"
|
|
611
|
-
| <body>
|
|
612
|
-
|
|
613
|
-
#data
|
|
614
|
-
<!doctype html><script><!--<script </script </script
|
|
615
|
-
#errors
|
|
616
|
-
(1,53): expected-attribute-name-but-got-eof
|
|
617
|
-
(1,53): expected-named-closing-tag-but-got-eof
|
|
618
|
-
#new-errors
|
|
619
|
-
(1:54) eof-in-tag
|
|
620
|
-
#document
|
|
621
|
-
| <!DOCTYPE html>
|
|
622
|
-
| <html>
|
|
623
|
-
| <head>
|
|
624
|
-
| <script>
|
|
625
|
-
| "<!--<script </script "
|
|
626
|
-
| <body>
|
|
627
|
-
|
|
628
|
-
#data
|
|
629
|
-
<!doctype html><script><!--<script </script </script/
|
|
630
|
-
#errors
|
|
631
|
-
(1,53): unexpected-EOF-after-solidus-in-tag
|
|
632
|
-
(1,53): expected-named-closing-tag-but-got-eof
|
|
633
|
-
#new-errors
|
|
634
|
-
(1:54) eof-in-tag
|
|
635
|
-
#document
|
|
636
|
-
| <!DOCTYPE html>
|
|
637
|
-
| <html>
|
|
638
|
-
| <head>
|
|
639
|
-
| <script>
|
|
640
|
-
| "<!--<script </script "
|
|
641
|
-
| <body>
|
|
642
|
-
|
|
643
|
-
#data
|
|
644
|
-
<!doctype html><script><!--<script </script </script>
|
|
645
|
-
#errors
|
|
646
|
-
#document
|
|
647
|
-
| <!DOCTYPE html>
|
|
648
|
-
| <html>
|
|
649
|
-
| <head>
|
|
650
|
-
| <script>
|
|
651
|
-
| "<!--<script </script "
|
|
652
|
-
| <body>
|
|
653
|
-
|
|
654
|
-
#data
|
|
655
|
-
<!doctype html><script><!--<script -
|
|
656
|
-
#errors
|
|
657
|
-
(1,36): eof-in-script-in-script
|
|
658
|
-
(1,36): expected-named-closing-tag-but-got-eof
|
|
659
|
-
#new-errors
|
|
660
|
-
(1:37) eof-in-script-html-comment-like-text
|
|
661
|
-
#document
|
|
662
|
-
| <!DOCTYPE html>
|
|
663
|
-
| <html>
|
|
664
|
-
| <head>
|
|
665
|
-
| <script>
|
|
666
|
-
| "<!--<script -"
|
|
667
|
-
| <body>
|
|
668
|
-
|
|
669
|
-
#data
|
|
670
|
-
<!doctype html><script><!--<script -a
|
|
671
|
-
#errors
|
|
672
|
-
(1,37): eof-in-script-in-script
|
|
673
|
-
(1,37): expected-named-closing-tag-but-got-eof
|
|
674
|
-
#new-errors
|
|
675
|
-
(1:38) eof-in-script-html-comment-like-text
|
|
676
|
-
#document
|
|
677
|
-
| <!DOCTYPE html>
|
|
678
|
-
| <html>
|
|
679
|
-
| <head>
|
|
680
|
-
| <script>
|
|
681
|
-
| "<!--<script -a"
|
|
682
|
-
| <body>
|
|
683
|
-
|
|
684
|
-
#data
|
|
685
|
-
<!doctype html><script><!--<script -<
|
|
686
|
-
#errors
|
|
687
|
-
(1,37): eof-in-script-in-script
|
|
688
|
-
(1,37): expected-named-closing-tag-but-got-eof
|
|
689
|
-
#new-errors
|
|
690
|
-
(1:38) eof-in-script-html-comment-like-text
|
|
691
|
-
#document
|
|
692
|
-
| <!DOCTYPE html>
|
|
693
|
-
| <html>
|
|
694
|
-
| <head>
|
|
695
|
-
| <script>
|
|
696
|
-
| "<!--<script -<"
|
|
697
|
-
| <body>
|
|
698
|
-
|
|
699
|
-
#data
|
|
700
|
-
<!doctype html><script><!--<script --
|
|
701
|
-
#errors
|
|
702
|
-
(1,37): eof-in-script-in-script
|
|
703
|
-
(1,37): expected-named-closing-tag-but-got-eof
|
|
704
|
-
#new-errors
|
|
705
|
-
(1:38) eof-in-script-html-comment-like-text
|
|
706
|
-
#document
|
|
707
|
-
| <!DOCTYPE html>
|
|
708
|
-
| <html>
|
|
709
|
-
| <head>
|
|
710
|
-
| <script>
|
|
711
|
-
| "<!--<script --"
|
|
712
|
-
| <body>
|
|
713
|
-
|
|
714
|
-
#data
|
|
715
|
-
<!doctype html><script><!--<script --a
|
|
716
|
-
#errors
|
|
717
|
-
(1,38): eof-in-script-in-script
|
|
718
|
-
(1,38): expected-named-closing-tag-but-got-eof
|
|
719
|
-
#new-errors
|
|
720
|
-
(1:39) eof-in-script-html-comment-like-text
|
|
721
|
-
#document
|
|
722
|
-
| <!DOCTYPE html>
|
|
723
|
-
| <html>
|
|
724
|
-
| <head>
|
|
725
|
-
| <script>
|
|
726
|
-
| "<!--<script --a"
|
|
727
|
-
| <body>
|
|
728
|
-
|
|
729
|
-
#data
|
|
730
|
-
<!doctype html><script><!--<script --<
|
|
731
|
-
#errors
|
|
732
|
-
(1,38): eof-in-script-in-script
|
|
733
|
-
(1,38): expected-named-closing-tag-but-got-eof
|
|
734
|
-
#new-errors
|
|
735
|
-
(1:39) eof-in-script-html-comment-like-text
|
|
736
|
-
#document
|
|
737
|
-
| <!DOCTYPE html>
|
|
738
|
-
| <html>
|
|
739
|
-
| <head>
|
|
740
|
-
| <script>
|
|
741
|
-
| "<!--<script --<"
|
|
742
|
-
| <body>
|
|
743
|
-
|
|
744
|
-
#data
|
|
745
|
-
<!doctype html><script><!--<script -->
|
|
746
|
-
#errors
|
|
747
|
-
(1,38): expected-named-closing-tag-but-got-eof
|
|
748
|
-
#document
|
|
749
|
-
| <!DOCTYPE html>
|
|
750
|
-
| <html>
|
|
751
|
-
| <head>
|
|
752
|
-
| <script>
|
|
753
|
-
| "<!--<script -->"
|
|
754
|
-
| <body>
|
|
755
|
-
|
|
756
|
-
#data
|
|
757
|
-
<!doctype html><script><!--<script --><
|
|
758
|
-
#errors
|
|
759
|
-
(1,39): expected-named-closing-tag-but-got-eof
|
|
760
|
-
#document
|
|
761
|
-
| <!DOCTYPE html>
|
|
762
|
-
| <html>
|
|
763
|
-
| <head>
|
|
764
|
-
| <script>
|
|
765
|
-
| "<!--<script --><"
|
|
766
|
-
| <body>
|
|
767
|
-
|
|
768
|
-
#data
|
|
769
|
-
<!doctype html><script><!--<script --></
|
|
770
|
-
#errors
|
|
771
|
-
(1,40): expected-named-closing-tag-but-got-eof
|
|
772
|
-
#document
|
|
773
|
-
| <!DOCTYPE html>
|
|
774
|
-
| <html>
|
|
775
|
-
| <head>
|
|
776
|
-
| <script>
|
|
777
|
-
| "<!--<script --></"
|
|
778
|
-
| <body>
|
|
779
|
-
|
|
780
|
-
#data
|
|
781
|
-
<!doctype html><script><!--<script --></script
|
|
782
|
-
#errors
|
|
783
|
-
(1,46): expected-named-closing-tag-but-got-eof
|
|
784
|
-
#document
|
|
785
|
-
| <!DOCTYPE html>
|
|
786
|
-
| <html>
|
|
787
|
-
| <head>
|
|
788
|
-
| <script>
|
|
789
|
-
| "<!--<script --></script"
|
|
790
|
-
| <body>
|
|
791
|
-
|
|
792
|
-
#data
|
|
793
|
-
<!doctype html><script><!--<script --></script
|
|
794
|
-
#errors
|
|
795
|
-
(1,47): expected-attribute-name-but-got-eof
|
|
796
|
-
(1,47): expected-named-closing-tag-but-got-eof
|
|
797
|
-
#new-errors
|
|
798
|
-
(1:48) eof-in-tag
|
|
799
|
-
#document
|
|
800
|
-
| <!DOCTYPE html>
|
|
801
|
-
| <html>
|
|
802
|
-
| <head>
|
|
803
|
-
| <script>
|
|
804
|
-
| "<!--<script -->"
|
|
805
|
-
| <body>
|
|
806
|
-
|
|
807
|
-
#data
|
|
808
|
-
<!doctype html><script><!--<script --></script/
|
|
809
|
-
#errors
|
|
810
|
-
(1,47): unexpected-EOF-after-solidus-in-tag
|
|
811
|
-
(1,47): expected-named-closing-tag-but-got-eof
|
|
812
|
-
#new-errors
|
|
813
|
-
(1:48) eof-in-tag
|
|
814
|
-
#document
|
|
815
|
-
| <!DOCTYPE html>
|
|
816
|
-
| <html>
|
|
817
|
-
| <head>
|
|
818
|
-
| <script>
|
|
819
|
-
| "<!--<script -->"
|
|
820
|
-
| <body>
|
|
821
|
-
|
|
822
|
-
#data
|
|
823
|
-
<!doctype html><script><!--<script --></script>
|
|
824
|
-
#errors
|
|
825
|
-
#document
|
|
826
|
-
| <!DOCTYPE html>
|
|
827
|
-
| <html>
|
|
828
|
-
| <head>
|
|
829
|
-
| <script>
|
|
830
|
-
| "<!--<script -->"
|
|
831
|
-
| <body>
|
|
832
|
-
|
|
833
|
-
#data
|
|
834
|
-
<!doctype html><script><!--<script><\/script>--></script>
|
|
835
|
-
#errors
|
|
836
|
-
#document
|
|
837
|
-
| <!DOCTYPE html>
|
|
838
|
-
| <html>
|
|
839
|
-
| <head>
|
|
840
|
-
| <script>
|
|
841
|
-
| "<!--<script><\/script>-->"
|
|
842
|
-
| <body>
|
|
843
|
-
|
|
844
|
-
#data
|
|
845
|
-
<!doctype html><script><!--<script></scr'+'ipt>--></script>
|
|
846
|
-
#errors
|
|
847
|
-
#document
|
|
848
|
-
| <!DOCTYPE html>
|
|
849
|
-
| <html>
|
|
850
|
-
| <head>
|
|
851
|
-
| <script>
|
|
852
|
-
| "<!--<script></scr'+'ipt>-->"
|
|
853
|
-
| <body>
|
|
854
|
-
|
|
855
|
-
#data
|
|
856
|
-
<!doctype html><script><!--<script></script><script></script></script>
|
|
857
|
-
#errors
|
|
858
|
-
#document
|
|
859
|
-
| <!DOCTYPE html>
|
|
860
|
-
| <html>
|
|
861
|
-
| <head>
|
|
862
|
-
| <script>
|
|
863
|
-
| "<!--<script></script><script></script>"
|
|
864
|
-
| <body>
|
|
865
|
-
|
|
866
|
-
#data
|
|
867
|
-
<!doctype html><script><!--<script></script><script></script>--><!--</script>
|
|
868
|
-
#errors
|
|
869
|
-
#document
|
|
870
|
-
| <!DOCTYPE html>
|
|
871
|
-
| <html>
|
|
872
|
-
| <head>
|
|
873
|
-
| <script>
|
|
874
|
-
| "<!--<script></script><script></script>--><!--"
|
|
875
|
-
| <body>
|
|
876
|
-
|
|
877
|
-
#data
|
|
878
|
-
<!doctype html><script><!--<script></script><script></script>-- ></script>
|
|
879
|
-
#errors
|
|
880
|
-
#document
|
|
881
|
-
| <!DOCTYPE html>
|
|
882
|
-
| <html>
|
|
883
|
-
| <head>
|
|
884
|
-
| <script>
|
|
885
|
-
| "<!--<script></script><script></script>-- >"
|
|
886
|
-
| <body>
|
|
887
|
-
|
|
888
|
-
#data
|
|
889
|
-
<!doctype html><script><!--<script></script><script></script>- -></script>
|
|
890
|
-
#errors
|
|
891
|
-
#document
|
|
892
|
-
| <!DOCTYPE html>
|
|
893
|
-
| <html>
|
|
894
|
-
| <head>
|
|
895
|
-
| <script>
|
|
896
|
-
| "<!--<script></script><script></script>- ->"
|
|
897
|
-
| <body>
|
|
898
|
-
|
|
899
|
-
#data
|
|
900
|
-
<!doctype html><script><!--<script></script><script></script>- - ></script>
|
|
901
|
-
#errors
|
|
902
|
-
#document
|
|
903
|
-
| <!DOCTYPE html>
|
|
904
|
-
| <html>
|
|
905
|
-
| <head>
|
|
906
|
-
| <script>
|
|
907
|
-
| "<!--<script></script><script></script>- - >"
|
|
908
|
-
| <body>
|
|
909
|
-
|
|
910
|
-
#data
|
|
911
|
-
<!doctype html><script><!--<script></script><script></script>-></script>
|
|
912
|
-
#errors
|
|
913
|
-
#document
|
|
914
|
-
| <!DOCTYPE html>
|
|
915
|
-
| <html>
|
|
916
|
-
| <head>
|
|
917
|
-
| <script>
|
|
918
|
-
| "<!--<script></script><script></script>->"
|
|
919
|
-
| <body>
|
|
920
|
-
|
|
921
|
-
#data
|
|
922
|
-
<!doctype html><script><!--<script>--!></script>X
|
|
923
|
-
#errors
|
|
924
|
-
(1,49): expected-named-closing-tag-but-got-eof
|
|
925
|
-
(1,49): unexpected-EOF-in-text-mode
|
|
926
|
-
#new-errors
|
|
927
|
-
(1:50) eof-in-script-html-comment-like-text
|
|
928
|
-
#document
|
|
929
|
-
| <!DOCTYPE html>
|
|
930
|
-
| <html>
|
|
931
|
-
| <head>
|
|
932
|
-
| <script>
|
|
933
|
-
| "<!--<script>--!></script>X"
|
|
934
|
-
| <body>
|
|
935
|
-
|
|
936
|
-
#data
|
|
937
|
-
<!doctype html><script><!--<scr'+'ipt></script>--></script>
|
|
938
|
-
#errors
|
|
939
|
-
(1,59): unexpected-end-tag
|
|
940
|
-
#document
|
|
941
|
-
| <!DOCTYPE html>
|
|
942
|
-
| <html>
|
|
943
|
-
| <head>
|
|
944
|
-
| <script>
|
|
945
|
-
| "<!--<scr'+'ipt>"
|
|
946
|
-
| <body>
|
|
947
|
-
| "-->"
|
|
948
|
-
|
|
949
|
-
#data
|
|
950
|
-
<!doctype html><script><!--<script></scr'+'ipt></script>X
|
|
951
|
-
#errors
|
|
952
|
-
(1,57): expected-named-closing-tag-but-got-eof
|
|
953
|
-
(1,57): unexpected-eof-in-text-mode
|
|
954
|
-
#new-errors
|
|
955
|
-
(1:58) eof-in-script-html-comment-like-text
|
|
956
|
-
#document
|
|
957
|
-
| <!DOCTYPE html>
|
|
958
|
-
| <html>
|
|
959
|
-
| <head>
|
|
960
|
-
| <script>
|
|
961
|
-
| "<!--<script></scr'+'ipt></script>X"
|
|
962
|
-
| <body>
|
|
963
|
-
|
|
964
|
-
#data
|
|
965
|
-
<!doctype html><style><!--<style></style>--></style>
|
|
966
|
-
#errors
|
|
967
|
-
(1,52): unexpected-end-tag
|
|
968
|
-
#document
|
|
969
|
-
| <!DOCTYPE html>
|
|
970
|
-
| <html>
|
|
971
|
-
| <head>
|
|
972
|
-
| <style>
|
|
973
|
-
| "<!--<style>"
|
|
974
|
-
| <body>
|
|
975
|
-
| "-->"
|
|
976
|
-
|
|
977
|
-
#data
|
|
978
|
-
<!doctype html><style><!--</style>X
|
|
979
|
-
#errors
|
|
980
|
-
#document
|
|
981
|
-
| <!DOCTYPE html>
|
|
982
|
-
| <html>
|
|
983
|
-
| <head>
|
|
984
|
-
| <style>
|
|
985
|
-
| "<!--"
|
|
986
|
-
| <body>
|
|
987
|
-
| "X"
|
|
988
|
-
|
|
989
|
-
#data
|
|
990
|
-
<!doctype html><style><!--...</style>...--></style>
|
|
991
|
-
#errors
|
|
992
|
-
(1,51): unexpected-end-tag
|
|
993
|
-
#document
|
|
994
|
-
| <!DOCTYPE html>
|
|
995
|
-
| <html>
|
|
996
|
-
| <head>
|
|
997
|
-
| <style>
|
|
998
|
-
| "<!--..."
|
|
999
|
-
| <body>
|
|
1000
|
-
| "...-->"
|
|
1001
|
-
|
|
1002
|
-
#data
|
|
1003
|
-
<!doctype html><style><!--<br><html xmlns:v="urn:schemas-microsoft-com:vml"><!--[if !mso]><style></style>X
|
|
1004
|
-
#errors
|
|
1005
|
-
#document
|
|
1006
|
-
| <!DOCTYPE html>
|
|
1007
|
-
| <html>
|
|
1008
|
-
| <head>
|
|
1009
|
-
| <style>
|
|
1010
|
-
| "<!--<br><html xmlns:v="urn:schemas-microsoft-com:vml"><!--[if !mso]><style>"
|
|
1011
|
-
| <body>
|
|
1012
|
-
| "X"
|
|
1013
|
-
|
|
1014
|
-
#data
|
|
1015
|
-
<!doctype html><style><!--...<style><!--...--!></style>--></style>
|
|
1016
|
-
#errors
|
|
1017
|
-
(1,66): unexpected-end-tag
|
|
1018
|
-
#document
|
|
1019
|
-
| <!DOCTYPE html>
|
|
1020
|
-
| <html>
|
|
1021
|
-
| <head>
|
|
1022
|
-
| <style>
|
|
1023
|
-
| "<!--...<style><!--...--!>"
|
|
1024
|
-
| <body>
|
|
1025
|
-
| "-->"
|
|
1026
|
-
|
|
1027
|
-
#data
|
|
1028
|
-
<!doctype html><style><!--...</style><!-- --><style>@import ...</style>
|
|
1029
|
-
#errors
|
|
1030
|
-
#document
|
|
1031
|
-
| <!DOCTYPE html>
|
|
1032
|
-
| <html>
|
|
1033
|
-
| <head>
|
|
1034
|
-
| <style>
|
|
1035
|
-
| "<!--..."
|
|
1036
|
-
| <!-- -->
|
|
1037
|
-
| <style>
|
|
1038
|
-
| "@import ..."
|
|
1039
|
-
| <body>
|
|
1040
|
-
|
|
1041
|
-
#data
|
|
1042
|
-
<!doctype html><style>...<style><!--...</style><!-- --></style>
|
|
1043
|
-
#errors
|
|
1044
|
-
(1,63): unexpected-end-tag
|
|
1045
|
-
#document
|
|
1046
|
-
| <!DOCTYPE html>
|
|
1047
|
-
| <html>
|
|
1048
|
-
| <head>
|
|
1049
|
-
| <style>
|
|
1050
|
-
| "...<style><!--..."
|
|
1051
|
-
| <!-- -->
|
|
1052
|
-
| <body>
|
|
1053
|
-
|
|
1054
|
-
#data
|
|
1055
|
-
<!doctype html><style>...<!--[if IE]><style>...</style>X
|
|
1056
|
-
#errors
|
|
1057
|
-
#document
|
|
1058
|
-
| <!DOCTYPE html>
|
|
1059
|
-
| <html>
|
|
1060
|
-
| <head>
|
|
1061
|
-
| <style>
|
|
1062
|
-
| "...<!--[if IE]><style>..."
|
|
1063
|
-
| <body>
|
|
1064
|
-
| "X"
|
|
1065
|
-
|
|
1066
|
-
#data
|
|
1067
|
-
<!doctype html><title><!--<title></title>--></title>
|
|
1068
|
-
#errors
|
|
1069
|
-
(1,52): unexpected-end-tag
|
|
1070
|
-
#document
|
|
1071
|
-
| <!DOCTYPE html>
|
|
1072
|
-
| <html>
|
|
1073
|
-
| <head>
|
|
1074
|
-
| <title>
|
|
1075
|
-
| "<!--<title>"
|
|
1076
|
-
| <body>
|
|
1077
|
-
| "-->"
|
|
1078
|
-
|
|
1079
|
-
#data
|
|
1080
|
-
<!doctype html><title></title></title>
|
|
1081
|
-
#errors
|
|
1082
|
-
#document
|
|
1083
|
-
| <!DOCTYPE html>
|
|
1084
|
-
| <html>
|
|
1085
|
-
| <head>
|
|
1086
|
-
| <title>
|
|
1087
|
-
| "</title>"
|
|
1088
|
-
| <body>
|
|
1089
|
-
|
|
1090
|
-
#data
|
|
1091
|
-
<!doctype html><title>foo/title><link></head><body>X
|
|
1092
|
-
#errors
|
|
1093
|
-
(1,52): expected-named-closing-tag-but-got-eof
|
|
1094
|
-
#document
|
|
1095
|
-
| <!DOCTYPE html>
|
|
1096
|
-
| <html>
|
|
1097
|
-
| <head>
|
|
1098
|
-
| <title>
|
|
1099
|
-
| "foo/title><link></head><body>X"
|
|
1100
|
-
| <body>
|
|
1101
|
-
|
|
1102
|
-
#data
|
|
1103
|
-
<!doctype html><noscript><!--<noscript></noscript>--></noscript>
|
|
1104
|
-
#errors
|
|
1105
|
-
(1,64): unexpected-end-tag
|
|
1106
|
-
#script-on
|
|
1107
|
-
#document
|
|
1108
|
-
| <!DOCTYPE html>
|
|
1109
|
-
| <html>
|
|
1110
|
-
| <head>
|
|
1111
|
-
| <noscript>
|
|
1112
|
-
| "<!--<noscript>"
|
|
1113
|
-
| <body>
|
|
1114
|
-
| "-->"
|
|
1115
|
-
|
|
1116
|
-
#data
|
|
1117
|
-
<!doctype html><noscript><!--<noscript></noscript>--></noscript>
|
|
1118
|
-
#errors
|
|
1119
|
-
#script-off
|
|
1120
|
-
#document
|
|
1121
|
-
| <!DOCTYPE html>
|
|
1122
|
-
| <html>
|
|
1123
|
-
| <head>
|
|
1124
|
-
| <noscript>
|
|
1125
|
-
| <!-- <noscript></noscript> -->
|
|
1126
|
-
| <body>
|
|
1127
|
-
|
|
1128
|
-
#data
|
|
1129
|
-
<!doctype html><noscript><!--</noscript>X<noscript>--></noscript>
|
|
1130
|
-
#errors
|
|
1131
|
-
#script-on
|
|
1132
|
-
#document
|
|
1133
|
-
| <!DOCTYPE html>
|
|
1134
|
-
| <html>
|
|
1135
|
-
| <head>
|
|
1136
|
-
| <noscript>
|
|
1137
|
-
| "<!--"
|
|
1138
|
-
| <body>
|
|
1139
|
-
| "X"
|
|
1140
|
-
| <noscript>
|
|
1141
|
-
| "-->"
|
|
1142
|
-
|
|
1143
|
-
#data
|
|
1144
|
-
<!doctype html><noscript><!--</noscript>X<noscript>--></noscript>
|
|
1145
|
-
#errors
|
|
1146
|
-
#script-off
|
|
1147
|
-
#document
|
|
1148
|
-
| <!DOCTYPE html>
|
|
1149
|
-
| <html>
|
|
1150
|
-
| <head>
|
|
1151
|
-
| <noscript>
|
|
1152
|
-
| <!-- </noscript>X<noscript> -->
|
|
1153
|
-
| <body>
|
|
1154
|
-
|
|
1155
|
-
#data
|
|
1156
|
-
<!doctype html><noscript><iframe></noscript>X
|
|
1157
|
-
#errors
|
|
1158
|
-
#script-on
|
|
1159
|
-
#document
|
|
1160
|
-
| <!DOCTYPE html>
|
|
1161
|
-
| <html>
|
|
1162
|
-
| <head>
|
|
1163
|
-
| <noscript>
|
|
1164
|
-
| "<iframe>"
|
|
1165
|
-
| <body>
|
|
1166
|
-
| "X"
|
|
1167
|
-
|
|
1168
|
-
#data
|
|
1169
|
-
<!doctype html><noscript><iframe></noscript>X
|
|
1170
|
-
#errors
|
|
1171
|
-
* (1,34) unexpected token in head noscript
|
|
1172
|
-
* (1,46) unexpected EOF
|
|
1173
|
-
#script-off
|
|
1174
|
-
#document
|
|
1175
|
-
| <!DOCTYPE html>
|
|
1176
|
-
| <html>
|
|
1177
|
-
| <head>
|
|
1178
|
-
| <noscript>
|
|
1179
|
-
| <body>
|
|
1180
|
-
| <iframe>
|
|
1181
|
-
| "</noscript>X"
|
|
1182
|
-
|
|
1183
|
-
#data
|
|
1184
|
-
<!doctype html><noframes><!--<noframes></noframes>--></noframes>
|
|
1185
|
-
#errors
|
|
1186
|
-
(1,64): unexpected-end-tag
|
|
1187
|
-
#document
|
|
1188
|
-
| <!DOCTYPE html>
|
|
1189
|
-
| <html>
|
|
1190
|
-
| <head>
|
|
1191
|
-
| <noframes>
|
|
1192
|
-
| "<!--<noframes>"
|
|
1193
|
-
| <body>
|
|
1194
|
-
| "-->"
|
|
1195
|
-
|
|
1196
|
-
#data
|
|
1197
|
-
<!doctype html><noframes><body><script><!--...</script></body></noframes></html>
|
|
1198
|
-
#errors
|
|
1199
|
-
#document
|
|
1200
|
-
| <!DOCTYPE html>
|
|
1201
|
-
| <html>
|
|
1202
|
-
| <head>
|
|
1203
|
-
| <noframes>
|
|
1204
|
-
| "<body><script><!--...</script></body>"
|
|
1205
|
-
| <body>
|
|
1206
|
-
|
|
1207
|
-
#data
|
|
1208
|
-
<!doctype html><textarea><!--<textarea></textarea>--></textarea>
|
|
1209
|
-
#errors
|
|
1210
|
-
(1,64): unexpected-end-tag
|
|
1211
|
-
#document
|
|
1212
|
-
| <!DOCTYPE html>
|
|
1213
|
-
| <html>
|
|
1214
|
-
| <head>
|
|
1215
|
-
| <body>
|
|
1216
|
-
| <textarea>
|
|
1217
|
-
| "<!--<textarea>"
|
|
1218
|
-
| "-->"
|
|
1219
|
-
|
|
1220
|
-
#data
|
|
1221
|
-
<!doctype html><textarea></textarea></textarea>
|
|
1222
|
-
#errors
|
|
1223
|
-
#document
|
|
1224
|
-
| <!DOCTYPE html>
|
|
1225
|
-
| <html>
|
|
1226
|
-
| <head>
|
|
1227
|
-
| <body>
|
|
1228
|
-
| <textarea>
|
|
1229
|
-
| "</textarea>"
|
|
1230
|
-
|
|
1231
|
-
#data
|
|
1232
|
-
<!doctype html><textarea><</textarea>
|
|
1233
|
-
#errors
|
|
1234
|
-
#document
|
|
1235
|
-
| <!DOCTYPE html>
|
|
1236
|
-
| <html>
|
|
1237
|
-
| <head>
|
|
1238
|
-
| <body>
|
|
1239
|
-
| <textarea>
|
|
1240
|
-
| "<"
|
|
1241
|
-
|
|
1242
|
-
#data
|
|
1243
|
-
<!doctype html><textarea>a<b</textarea>
|
|
1244
|
-
#errors
|
|
1245
|
-
#document
|
|
1246
|
-
| <!DOCTYPE html>
|
|
1247
|
-
| <html>
|
|
1248
|
-
| <head>
|
|
1249
|
-
| <body>
|
|
1250
|
-
| <textarea>
|
|
1251
|
-
| "a<b"
|
|
1252
|
-
|
|
1253
|
-
#data
|
|
1254
|
-
<!doctype html><iframe><!--<iframe></iframe>--></iframe>
|
|
1255
|
-
#errors
|
|
1256
|
-
(1,56): unexpected-end-tag
|
|
1257
|
-
#document
|
|
1258
|
-
| <!DOCTYPE html>
|
|
1259
|
-
| <html>
|
|
1260
|
-
| <head>
|
|
1261
|
-
| <body>
|
|
1262
|
-
| <iframe>
|
|
1263
|
-
| "<!--<iframe>"
|
|
1264
|
-
| "-->"
|
|
1265
|
-
|
|
1266
|
-
#data
|
|
1267
|
-
<!doctype html><iframe>...<!--X->...<!--/X->...</iframe>
|
|
1268
|
-
#errors
|
|
1269
|
-
#document
|
|
1270
|
-
| <!DOCTYPE html>
|
|
1271
|
-
| <html>
|
|
1272
|
-
| <head>
|
|
1273
|
-
| <body>
|
|
1274
|
-
| <iframe>
|
|
1275
|
-
| "...<!--X->...<!--/X->..."
|
|
1276
|
-
|
|
1277
|
-
#data
|
|
1278
|
-
<!doctype html><xmp><!--<xmp></xmp>--></xmp>
|
|
1279
|
-
#errors
|
|
1280
|
-
(1,44): unexpected-end-tag
|
|
1281
|
-
#document
|
|
1282
|
-
| <!DOCTYPE html>
|
|
1283
|
-
| <html>
|
|
1284
|
-
| <head>
|
|
1285
|
-
| <body>
|
|
1286
|
-
| <xmp>
|
|
1287
|
-
| "<!--<xmp>"
|
|
1288
|
-
| "-->"
|
|
1289
|
-
|
|
1290
|
-
#data
|
|
1291
|
-
<!doctype html><noembed><!--<noembed></noembed>--></noembed>
|
|
1292
|
-
#errors
|
|
1293
|
-
(1,60): unexpected-end-tag
|
|
1294
|
-
#document
|
|
1295
|
-
| <!DOCTYPE html>
|
|
1296
|
-
| <html>
|
|
1297
|
-
| <head>
|
|
1298
|
-
| <body>
|
|
1299
|
-
| <noembed>
|
|
1300
|
-
| "<!--<noembed>"
|
|
1301
|
-
| "-->"
|
|
1302
|
-
|
|
1303
|
-
#data
|
|
1304
|
-
<script>
|
|
1305
|
-
#errors
|
|
1306
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
1307
|
-
(1,8): expected-named-closing-tag-but-got-eof
|
|
1308
|
-
#document
|
|
1309
|
-
| <html>
|
|
1310
|
-
| <head>
|
|
1311
|
-
| <script>
|
|
1312
|
-
| <body>
|
|
1313
|
-
|
|
1314
|
-
#data
|
|
1315
|
-
<script>a
|
|
1316
|
-
#errors
|
|
1317
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
1318
|
-
(1,9): expected-named-closing-tag-but-got-eof
|
|
1319
|
-
#document
|
|
1320
|
-
| <html>
|
|
1321
|
-
| <head>
|
|
1322
|
-
| <script>
|
|
1323
|
-
| "a"
|
|
1324
|
-
| <body>
|
|
1325
|
-
|
|
1326
|
-
#data
|
|
1327
|
-
<script><
|
|
1328
|
-
#errors
|
|
1329
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
1330
|
-
(1,9): expected-named-closing-tag-but-got-eof
|
|
1331
|
-
#document
|
|
1332
|
-
| <html>
|
|
1333
|
-
| <head>
|
|
1334
|
-
| <script>
|
|
1335
|
-
| "<"
|
|
1336
|
-
| <body>
|
|
1337
|
-
|
|
1338
|
-
#data
|
|
1339
|
-
<script></
|
|
1340
|
-
#errors
|
|
1341
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
1342
|
-
(1,10): expected-named-closing-tag-but-got-eof
|
|
1343
|
-
#document
|
|
1344
|
-
| <html>
|
|
1345
|
-
| <head>
|
|
1346
|
-
| <script>
|
|
1347
|
-
| "</"
|
|
1348
|
-
| <body>
|
|
1349
|
-
|
|
1350
|
-
#data
|
|
1351
|
-
<script></S
|
|
1352
|
-
#errors
|
|
1353
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
1354
|
-
(1,11): expected-named-closing-tag-but-got-eof
|
|
1355
|
-
#document
|
|
1356
|
-
| <html>
|
|
1357
|
-
| <head>
|
|
1358
|
-
| <script>
|
|
1359
|
-
| "</S"
|
|
1360
|
-
| <body>
|
|
1361
|
-
|
|
1362
|
-
#data
|
|
1363
|
-
<script></SC
|
|
1364
|
-
#errors
|
|
1365
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
1366
|
-
(1,12): expected-named-closing-tag-but-got-eof
|
|
1367
|
-
#document
|
|
1368
|
-
| <html>
|
|
1369
|
-
| <head>
|
|
1370
|
-
| <script>
|
|
1371
|
-
| "</SC"
|
|
1372
|
-
| <body>
|
|
1373
|
-
|
|
1374
|
-
#data
|
|
1375
|
-
<script></SCR
|
|
1376
|
-
#errors
|
|
1377
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
1378
|
-
(1,13): expected-named-closing-tag-but-got-eof
|
|
1379
|
-
#document
|
|
1380
|
-
| <html>
|
|
1381
|
-
| <head>
|
|
1382
|
-
| <script>
|
|
1383
|
-
| "</SCR"
|
|
1384
|
-
| <body>
|
|
1385
|
-
|
|
1386
|
-
#data
|
|
1387
|
-
<script></SCRI
|
|
1388
|
-
#errors
|
|
1389
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
1390
|
-
(1,14): expected-named-closing-tag-but-got-eof
|
|
1391
|
-
#document
|
|
1392
|
-
| <html>
|
|
1393
|
-
| <head>
|
|
1394
|
-
| <script>
|
|
1395
|
-
| "</SCRI"
|
|
1396
|
-
| <body>
|
|
1397
|
-
|
|
1398
|
-
#data
|
|
1399
|
-
<script></SCRIP
|
|
1400
|
-
#errors
|
|
1401
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
1402
|
-
(1,15): expected-named-closing-tag-but-got-eof
|
|
1403
|
-
#document
|
|
1404
|
-
| <html>
|
|
1405
|
-
| <head>
|
|
1406
|
-
| <script>
|
|
1407
|
-
| "</SCRIP"
|
|
1408
|
-
| <body>
|
|
1409
|
-
|
|
1410
|
-
#data
|
|
1411
|
-
<script></SCRIPT
|
|
1412
|
-
#errors
|
|
1413
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
1414
|
-
(1,16): expected-named-closing-tag-but-got-eof
|
|
1415
|
-
#document
|
|
1416
|
-
| <html>
|
|
1417
|
-
| <head>
|
|
1418
|
-
| <script>
|
|
1419
|
-
| "</SCRIPT"
|
|
1420
|
-
| <body>
|
|
1421
|
-
|
|
1422
|
-
#data
|
|
1423
|
-
<script></SCRIPT
|
|
1424
|
-
#errors
|
|
1425
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
1426
|
-
(1,17): expected-attribute-name-but-got-eof
|
|
1427
|
-
(1,17): expected-named-closing-tag-but-got-eof
|
|
1428
|
-
#new-errors
|
|
1429
|
-
(1:18) eof-in-tag
|
|
1430
|
-
#document
|
|
1431
|
-
| <html>
|
|
1432
|
-
| <head>
|
|
1433
|
-
| <script>
|
|
1434
|
-
| <body>
|
|
1435
|
-
|
|
1436
|
-
#data
|
|
1437
|
-
<script></s
|
|
1438
|
-
#errors
|
|
1439
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
1440
|
-
(1,11): expected-named-closing-tag-but-got-eof
|
|
1441
|
-
#document
|
|
1442
|
-
| <html>
|
|
1443
|
-
| <head>
|
|
1444
|
-
| <script>
|
|
1445
|
-
| "</s"
|
|
1446
|
-
| <body>
|
|
1447
|
-
|
|
1448
|
-
#data
|
|
1449
|
-
<script></sc
|
|
1450
|
-
#errors
|
|
1451
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
1452
|
-
(1,12): expected-named-closing-tag-but-got-eof
|
|
1453
|
-
#document
|
|
1454
|
-
| <html>
|
|
1455
|
-
| <head>
|
|
1456
|
-
| <script>
|
|
1457
|
-
| "</sc"
|
|
1458
|
-
| <body>
|
|
1459
|
-
|
|
1460
|
-
#data
|
|
1461
|
-
<script></scr
|
|
1462
|
-
#errors
|
|
1463
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
1464
|
-
(1,13): expected-named-closing-tag-but-got-eof
|
|
1465
|
-
#document
|
|
1466
|
-
| <html>
|
|
1467
|
-
| <head>
|
|
1468
|
-
| <script>
|
|
1469
|
-
| "</scr"
|
|
1470
|
-
| <body>
|
|
1471
|
-
|
|
1472
|
-
#data
|
|
1473
|
-
<script></scri
|
|
1474
|
-
#errors
|
|
1475
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
1476
|
-
(1,14): expected-named-closing-tag-but-got-eof
|
|
1477
|
-
#document
|
|
1478
|
-
| <html>
|
|
1479
|
-
| <head>
|
|
1480
|
-
| <script>
|
|
1481
|
-
| "</scri"
|
|
1482
|
-
| <body>
|
|
1483
|
-
|
|
1484
|
-
#data
|
|
1485
|
-
<script></scrip
|
|
1486
|
-
#errors
|
|
1487
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
1488
|
-
(1,15): expected-named-closing-tag-but-got-eof
|
|
1489
|
-
#document
|
|
1490
|
-
| <html>
|
|
1491
|
-
| <head>
|
|
1492
|
-
| <script>
|
|
1493
|
-
| "</scrip"
|
|
1494
|
-
| <body>
|
|
1495
|
-
|
|
1496
|
-
#data
|
|
1497
|
-
<script></script
|
|
1498
|
-
#errors
|
|
1499
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
1500
|
-
(1,16): expected-named-closing-tag-but-got-eof
|
|
1501
|
-
#document
|
|
1502
|
-
| <html>
|
|
1503
|
-
| <head>
|
|
1504
|
-
| <script>
|
|
1505
|
-
| "</script"
|
|
1506
|
-
| <body>
|
|
1507
|
-
|
|
1508
|
-
#data
|
|
1509
|
-
<script></script
|
|
1510
|
-
#errors
|
|
1511
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
1512
|
-
(1,17): expected-attribute-name-but-got-eof
|
|
1513
|
-
(1,17): expected-named-closing-tag-but-got-eof
|
|
1514
|
-
#new-errors
|
|
1515
|
-
(1:18) eof-in-tag
|
|
1516
|
-
#document
|
|
1517
|
-
| <html>
|
|
1518
|
-
| <head>
|
|
1519
|
-
| <script>
|
|
1520
|
-
| <body>
|
|
1521
|
-
|
|
1522
|
-
#data
|
|
1523
|
-
<script><!
|
|
1524
|
-
#errors
|
|
1525
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
1526
|
-
(1,10): expected-script-data-but-got-eof
|
|
1527
|
-
#document
|
|
1528
|
-
| <html>
|
|
1529
|
-
| <head>
|
|
1530
|
-
| <script>
|
|
1531
|
-
| "<!"
|
|
1532
|
-
| <body>
|
|
1533
|
-
|
|
1534
|
-
#data
|
|
1535
|
-
<script><!a
|
|
1536
|
-
#errors
|
|
1537
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
1538
|
-
(1,11): expected-named-closing-tag-but-got-eof
|
|
1539
|
-
#document
|
|
1540
|
-
| <html>
|
|
1541
|
-
| <head>
|
|
1542
|
-
| <script>
|
|
1543
|
-
| "<!a"
|
|
1544
|
-
| <body>
|
|
1545
|
-
|
|
1546
|
-
#data
|
|
1547
|
-
<script><!-
|
|
1548
|
-
#errors
|
|
1549
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
1550
|
-
(1,11): expected-named-closing-tag-but-got-eof
|
|
1551
|
-
#document
|
|
1552
|
-
| <html>
|
|
1553
|
-
| <head>
|
|
1554
|
-
| <script>
|
|
1555
|
-
| "<!-"
|
|
1556
|
-
| <body>
|
|
1557
|
-
|
|
1558
|
-
#data
|
|
1559
|
-
<script><!-a
|
|
1560
|
-
#errors
|
|
1561
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
1562
|
-
(1,12): expected-named-closing-tag-but-got-eof
|
|
1563
|
-
#document
|
|
1564
|
-
| <html>
|
|
1565
|
-
| <head>
|
|
1566
|
-
| <script>
|
|
1567
|
-
| "<!-a"
|
|
1568
|
-
| <body>
|
|
1569
|
-
|
|
1570
|
-
#data
|
|
1571
|
-
<script><!--
|
|
1572
|
-
#errors
|
|
1573
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
1574
|
-
(1,12): expected-named-closing-tag-but-got-eof
|
|
1575
|
-
(1,12): unexpected-eof-in-text-mode
|
|
1576
|
-
#new-errors
|
|
1577
|
-
(1:13) eof-in-script-html-comment-like-text
|
|
1578
|
-
#document
|
|
1579
|
-
| <html>
|
|
1580
|
-
| <head>
|
|
1581
|
-
| <script>
|
|
1582
|
-
| "<!--"
|
|
1583
|
-
| <body>
|
|
1584
|
-
|
|
1585
|
-
#data
|
|
1586
|
-
<script><!--a
|
|
1587
|
-
#errors
|
|
1588
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
1589
|
-
(1,13): expected-named-closing-tag-but-got-eof
|
|
1590
|
-
(1,13): unexpected-eof-in-text-mode
|
|
1591
|
-
#new-errors
|
|
1592
|
-
(1:14) eof-in-script-html-comment-like-text
|
|
1593
|
-
#document
|
|
1594
|
-
| <html>
|
|
1595
|
-
| <head>
|
|
1596
|
-
| <script>
|
|
1597
|
-
| "<!--a"
|
|
1598
|
-
| <body>
|
|
1599
|
-
|
|
1600
|
-
#data
|
|
1601
|
-
<script><!--<
|
|
1602
|
-
#errors
|
|
1603
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
1604
|
-
(1,13): expected-named-closing-tag-but-got-eof
|
|
1605
|
-
(1,13): unexpected-eof-in-text-mode
|
|
1606
|
-
#new-errors
|
|
1607
|
-
(1:14) eof-in-script-html-comment-like-text
|
|
1608
|
-
#document
|
|
1609
|
-
| <html>
|
|
1610
|
-
| <head>
|
|
1611
|
-
| <script>
|
|
1612
|
-
| "<!--<"
|
|
1613
|
-
| <body>
|
|
1614
|
-
|
|
1615
|
-
#data
|
|
1616
|
-
<script><!--<a
|
|
1617
|
-
#errors
|
|
1618
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
1619
|
-
(1,14): expected-named-closing-tag-but-got-eof
|
|
1620
|
-
(1,14): unexpected-eof-in-text-mode
|
|
1621
|
-
#new-errors
|
|
1622
|
-
(1:15) eof-in-script-html-comment-like-text
|
|
1623
|
-
#document
|
|
1624
|
-
| <html>
|
|
1625
|
-
| <head>
|
|
1626
|
-
| <script>
|
|
1627
|
-
| "<!--<a"
|
|
1628
|
-
| <body>
|
|
1629
|
-
|
|
1630
|
-
#data
|
|
1631
|
-
<script><!--</
|
|
1632
|
-
#errors
|
|
1633
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
1634
|
-
(1,14): expected-named-closing-tag-but-got-eof
|
|
1635
|
-
(1,14): unexpected-eof-in-text-mode
|
|
1636
|
-
#new-errors
|
|
1637
|
-
(1:15) eof-in-script-html-comment-like-text
|
|
1638
|
-
#document
|
|
1639
|
-
| <html>
|
|
1640
|
-
| <head>
|
|
1641
|
-
| <script>
|
|
1642
|
-
| "<!--</"
|
|
1643
|
-
| <body>
|
|
1644
|
-
|
|
1645
|
-
#data
|
|
1646
|
-
<script><!--</script
|
|
1647
|
-
#errors
|
|
1648
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
1649
|
-
(1,20): expected-named-closing-tag-but-got-eof
|
|
1650
|
-
(1,20): unexpected-eof-in-text-mode
|
|
1651
|
-
#new-errors
|
|
1652
|
-
(1:21) eof-in-script-html-comment-like-text
|
|
1653
|
-
#document
|
|
1654
|
-
| <html>
|
|
1655
|
-
| <head>
|
|
1656
|
-
| <script>
|
|
1657
|
-
| "<!--</script"
|
|
1658
|
-
| <body>
|
|
1659
|
-
|
|
1660
|
-
#data
|
|
1661
|
-
<script><!--</script
|
|
1662
|
-
#errors
|
|
1663
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
1664
|
-
(1,21): expected-attribute-name-but-got-eof
|
|
1665
|
-
(1,21): expected-named-closing-tag-but-got-eof
|
|
1666
|
-
#new-errors
|
|
1667
|
-
(1:22) eof-in-tag
|
|
1668
|
-
#document
|
|
1669
|
-
| <html>
|
|
1670
|
-
| <head>
|
|
1671
|
-
| <script>
|
|
1672
|
-
| "<!--"
|
|
1673
|
-
| <body>
|
|
1674
|
-
|
|
1675
|
-
#data
|
|
1676
|
-
<script><!--<s
|
|
1677
|
-
#errors
|
|
1678
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
1679
|
-
(1,14): expected-named-closing-tag-but-got-eof
|
|
1680
|
-
(1,14): unexpected-eof-in-text-mode
|
|
1681
|
-
#new-errors
|
|
1682
|
-
(1:15) eof-in-script-html-comment-like-text
|
|
1683
|
-
#document
|
|
1684
|
-
| <html>
|
|
1685
|
-
| <head>
|
|
1686
|
-
| <script>
|
|
1687
|
-
| "<!--<s"
|
|
1688
|
-
| <body>
|
|
1689
|
-
|
|
1690
|
-
#data
|
|
1691
|
-
<script><!--<script
|
|
1692
|
-
#errors
|
|
1693
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
1694
|
-
(1,19): expected-named-closing-tag-but-got-eof
|
|
1695
|
-
(1,19): unexpected-eof-in-text-mode
|
|
1696
|
-
#new-errors
|
|
1697
|
-
(1:20) eof-in-script-html-comment-like-text
|
|
1698
|
-
#document
|
|
1699
|
-
| <html>
|
|
1700
|
-
| <head>
|
|
1701
|
-
| <script>
|
|
1702
|
-
| "<!--<script"
|
|
1703
|
-
| <body>
|
|
1704
|
-
|
|
1705
|
-
#data
|
|
1706
|
-
<script><!--<script
|
|
1707
|
-
#errors
|
|
1708
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
1709
|
-
(1,20): eof-in-script-in-script
|
|
1710
|
-
(1,20): expected-named-closing-tag-but-got-eof
|
|
1711
|
-
#new-errors
|
|
1712
|
-
(1:21) eof-in-script-html-comment-like-text
|
|
1713
|
-
#document
|
|
1714
|
-
| <html>
|
|
1715
|
-
| <head>
|
|
1716
|
-
| <script>
|
|
1717
|
-
| "<!--<script "
|
|
1718
|
-
| <body>
|
|
1719
|
-
|
|
1720
|
-
#data
|
|
1721
|
-
<script><!--<script <
|
|
1722
|
-
#errors
|
|
1723
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
1724
|
-
(1,21): eof-in-script-in-script
|
|
1725
|
-
(1,21): expected-named-closing-tag-but-got-eof
|
|
1726
|
-
#new-errors
|
|
1727
|
-
(1:22) eof-in-script-html-comment-like-text
|
|
1728
|
-
#document
|
|
1729
|
-
| <html>
|
|
1730
|
-
| <head>
|
|
1731
|
-
| <script>
|
|
1732
|
-
| "<!--<script <"
|
|
1733
|
-
| <body>
|
|
1734
|
-
|
|
1735
|
-
#data
|
|
1736
|
-
<script><!--<script <a
|
|
1737
|
-
#errors
|
|
1738
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
1739
|
-
(1,22): eof-in-script-in-script
|
|
1740
|
-
(1,22): expected-named-closing-tag-but-got-eof
|
|
1741
|
-
#new-errors
|
|
1742
|
-
(1:23) eof-in-script-html-comment-like-text
|
|
1743
|
-
#document
|
|
1744
|
-
| <html>
|
|
1745
|
-
| <head>
|
|
1746
|
-
| <script>
|
|
1747
|
-
| "<!--<script <a"
|
|
1748
|
-
| <body>
|
|
1749
|
-
|
|
1750
|
-
#data
|
|
1751
|
-
<script><!--<script </
|
|
1752
|
-
#errors
|
|
1753
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
1754
|
-
(1,22): eof-in-script-in-script
|
|
1755
|
-
(1,22): expected-named-closing-tag-but-got-eof
|
|
1756
|
-
#new-errors
|
|
1757
|
-
(1:23) eof-in-script-html-comment-like-text
|
|
1758
|
-
#document
|
|
1759
|
-
| <html>
|
|
1760
|
-
| <head>
|
|
1761
|
-
| <script>
|
|
1762
|
-
| "<!--<script </"
|
|
1763
|
-
| <body>
|
|
1764
|
-
|
|
1765
|
-
#data
|
|
1766
|
-
<script><!--<script </s
|
|
1767
|
-
#errors
|
|
1768
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
1769
|
-
(1,23): eof-in-script-in-script
|
|
1770
|
-
(1,23): expected-named-closing-tag-but-got-eof
|
|
1771
|
-
#new-errors
|
|
1772
|
-
(1:24) eof-in-script-html-comment-like-text
|
|
1773
|
-
#document
|
|
1774
|
-
| <html>
|
|
1775
|
-
| <head>
|
|
1776
|
-
| <script>
|
|
1777
|
-
| "<!--<script </s"
|
|
1778
|
-
| <body>
|
|
1779
|
-
|
|
1780
|
-
#data
|
|
1781
|
-
<script><!--<script </script
|
|
1782
|
-
#errors
|
|
1783
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
1784
|
-
(1,28): eof-in-script-in-script
|
|
1785
|
-
(1,28): expected-named-closing-tag-but-got-eof
|
|
1786
|
-
#new-errors
|
|
1787
|
-
(1:29) eof-in-script-html-comment-like-text
|
|
1788
|
-
#document
|
|
1789
|
-
| <html>
|
|
1790
|
-
| <head>
|
|
1791
|
-
| <script>
|
|
1792
|
-
| "<!--<script </script"
|
|
1793
|
-
| <body>
|
|
1794
|
-
|
|
1795
|
-
#data
|
|
1796
|
-
<script><!--<script </scripta
|
|
1797
|
-
#errors
|
|
1798
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
1799
|
-
(1,29): eof-in-script-in-script
|
|
1800
|
-
(1,29): expected-named-closing-tag-but-got-eof
|
|
1801
|
-
#new-errors
|
|
1802
|
-
(1:30) eof-in-script-html-comment-like-text
|
|
1803
|
-
#document
|
|
1804
|
-
| <html>
|
|
1805
|
-
| <head>
|
|
1806
|
-
| <script>
|
|
1807
|
-
| "<!--<script </scripta"
|
|
1808
|
-
| <body>
|
|
1809
|
-
|
|
1810
|
-
#data
|
|
1811
|
-
<script><!--<script </script
|
|
1812
|
-
#errors
|
|
1813
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
1814
|
-
(1,29): expected-named-closing-tag-but-got-eof
|
|
1815
|
-
(1,29): unexpected-eof-in-text-mode
|
|
1816
|
-
#new-errors
|
|
1817
|
-
(1:30) eof-in-script-html-comment-like-text
|
|
1818
|
-
#document
|
|
1819
|
-
| <html>
|
|
1820
|
-
| <head>
|
|
1821
|
-
| <script>
|
|
1822
|
-
| "<!--<script </script "
|
|
1823
|
-
| <body>
|
|
1824
|
-
|
|
1825
|
-
#data
|
|
1826
|
-
<script><!--<script </script>
|
|
1827
|
-
#errors
|
|
1828
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
1829
|
-
(1,29): expected-named-closing-tag-but-got-eof
|
|
1830
|
-
(1,29): unexpected-eof-in-text-mode
|
|
1831
|
-
#new-errors
|
|
1832
|
-
(1:30) eof-in-script-html-comment-like-text
|
|
1833
|
-
#document
|
|
1834
|
-
| <html>
|
|
1835
|
-
| <head>
|
|
1836
|
-
| <script>
|
|
1837
|
-
| "<!--<script </script>"
|
|
1838
|
-
| <body>
|
|
1839
|
-
|
|
1840
|
-
#data
|
|
1841
|
-
<script><!--<script </script/
|
|
1842
|
-
#errors
|
|
1843
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
1844
|
-
(1,29): expected-named-closing-tag-but-got-eof
|
|
1845
|
-
(1,29): unexpected-eof-in-text-mode
|
|
1846
|
-
#new-errors
|
|
1847
|
-
(1:30) eof-in-script-html-comment-like-text
|
|
1848
|
-
#document
|
|
1849
|
-
| <html>
|
|
1850
|
-
| <head>
|
|
1851
|
-
| <script>
|
|
1852
|
-
| "<!--<script </script/"
|
|
1853
|
-
| <body>
|
|
1854
|
-
|
|
1855
|
-
#data
|
|
1856
|
-
<script><!--<script </script <
|
|
1857
|
-
#errors
|
|
1858
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
1859
|
-
(1,30): expected-named-closing-tag-but-got-eof
|
|
1860
|
-
(1,30): unexpected-eof-in-text-mode
|
|
1861
|
-
#new-errors
|
|
1862
|
-
(1:31) eof-in-script-html-comment-like-text
|
|
1863
|
-
#document
|
|
1864
|
-
| <html>
|
|
1865
|
-
| <head>
|
|
1866
|
-
| <script>
|
|
1867
|
-
| "<!--<script </script <"
|
|
1868
|
-
| <body>
|
|
1869
|
-
|
|
1870
|
-
#data
|
|
1871
|
-
<script><!--<script </script <a
|
|
1872
|
-
#errors
|
|
1873
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
1874
|
-
(1,31): expected-named-closing-tag-but-got-eof
|
|
1875
|
-
(1,31): unexpected-eof-in-text-mode
|
|
1876
|
-
#new-errors
|
|
1877
|
-
(1:32) eof-in-script-html-comment-like-text
|
|
1878
|
-
#document
|
|
1879
|
-
| <html>
|
|
1880
|
-
| <head>
|
|
1881
|
-
| <script>
|
|
1882
|
-
| "<!--<script </script <a"
|
|
1883
|
-
| <body>
|
|
1884
|
-
|
|
1885
|
-
#data
|
|
1886
|
-
<script><!--<script </script </
|
|
1887
|
-
#errors
|
|
1888
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
1889
|
-
(1,31): expected-named-closing-tag-but-got-eof
|
|
1890
|
-
(1,31): unexpected-eof-in-text-mode
|
|
1891
|
-
#new-errors
|
|
1892
|
-
(1:32) eof-in-script-html-comment-like-text
|
|
1893
|
-
#document
|
|
1894
|
-
| <html>
|
|
1895
|
-
| <head>
|
|
1896
|
-
| <script>
|
|
1897
|
-
| "<!--<script </script </"
|
|
1898
|
-
| <body>
|
|
1899
|
-
|
|
1900
|
-
#data
|
|
1901
|
-
<script><!--<script </script </script
|
|
1902
|
-
#errors
|
|
1903
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
1904
|
-
(1,37): expected-named-closing-tag-but-got-eof
|
|
1905
|
-
(1,37): unexpected-eof-in-text-mode
|
|
1906
|
-
#new-errors
|
|
1907
|
-
(1:38) eof-in-script-html-comment-like-text
|
|
1908
|
-
#document
|
|
1909
|
-
| <html>
|
|
1910
|
-
| <head>
|
|
1911
|
-
| <script>
|
|
1912
|
-
| "<!--<script </script </script"
|
|
1913
|
-
| <body>
|
|
1914
|
-
|
|
1915
|
-
#data
|
|
1916
|
-
<script><!--<script </script </script
|
|
1917
|
-
#errors
|
|
1918
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
1919
|
-
(1,38): expected-attribute-name-but-got-eof
|
|
1920
|
-
(1,38): expected-named-closing-tag-but-got-eof
|
|
1921
|
-
#new-errors
|
|
1922
|
-
(1:39) eof-in-tag
|
|
1923
|
-
#document
|
|
1924
|
-
| <html>
|
|
1925
|
-
| <head>
|
|
1926
|
-
| <script>
|
|
1927
|
-
| "<!--<script </script "
|
|
1928
|
-
| <body>
|
|
1929
|
-
|
|
1930
|
-
#data
|
|
1931
|
-
<script><!--<script </script </script/
|
|
1932
|
-
#errors
|
|
1933
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
1934
|
-
(1,38): unexpected-EOF-after-solidus-in-tag
|
|
1935
|
-
(1,38): expected-named-closing-tag-but-got-eof
|
|
1936
|
-
#new-errors
|
|
1937
|
-
(1:39) eof-in-tag
|
|
1938
|
-
#document
|
|
1939
|
-
| <html>
|
|
1940
|
-
| <head>
|
|
1941
|
-
| <script>
|
|
1942
|
-
| "<!--<script </script "
|
|
1943
|
-
| <body>
|
|
1944
|
-
|
|
1945
|
-
#data
|
|
1946
|
-
<script><!--<script </script </script>
|
|
1947
|
-
#errors
|
|
1948
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
1949
|
-
#document
|
|
1950
|
-
| <html>
|
|
1951
|
-
| <head>
|
|
1952
|
-
| <script>
|
|
1953
|
-
| "<!--<script </script "
|
|
1954
|
-
| <body>
|
|
1955
|
-
|
|
1956
|
-
#data
|
|
1957
|
-
<script><!--<script -
|
|
1958
|
-
#errors
|
|
1959
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
1960
|
-
(1,21): eof-in-script-in-script
|
|
1961
|
-
(1,21): expected-named-closing-tag-but-got-eof
|
|
1962
|
-
#new-errors
|
|
1963
|
-
(1:22) eof-in-script-html-comment-like-text
|
|
1964
|
-
#document
|
|
1965
|
-
| <html>
|
|
1966
|
-
| <head>
|
|
1967
|
-
| <script>
|
|
1968
|
-
| "<!--<script -"
|
|
1969
|
-
| <body>
|
|
1970
|
-
|
|
1971
|
-
#data
|
|
1972
|
-
<script><!--<script -a
|
|
1973
|
-
#errors
|
|
1974
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
1975
|
-
(1,22): eof-in-script-in-script
|
|
1976
|
-
(1,22): expected-named-closing-tag-but-got-eof
|
|
1977
|
-
#new-errors
|
|
1978
|
-
(1:23) eof-in-script-html-comment-like-text
|
|
1979
|
-
#document
|
|
1980
|
-
| <html>
|
|
1981
|
-
| <head>
|
|
1982
|
-
| <script>
|
|
1983
|
-
| "<!--<script -a"
|
|
1984
|
-
| <body>
|
|
1985
|
-
|
|
1986
|
-
#data
|
|
1987
|
-
<script><!--<script --
|
|
1988
|
-
#errors
|
|
1989
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
1990
|
-
(1,22): eof-in-script-in-script
|
|
1991
|
-
(1,22): expected-named-closing-tag-but-got-eof
|
|
1992
|
-
#new-errors
|
|
1993
|
-
(1:23) eof-in-script-html-comment-like-text
|
|
1994
|
-
#document
|
|
1995
|
-
| <html>
|
|
1996
|
-
| <head>
|
|
1997
|
-
| <script>
|
|
1998
|
-
| "<!--<script --"
|
|
1999
|
-
| <body>
|
|
2000
|
-
|
|
2001
|
-
#data
|
|
2002
|
-
<script><!--<script --a
|
|
2003
|
-
#errors
|
|
2004
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
2005
|
-
(1,23): eof-in-script-in-script
|
|
2006
|
-
(1,23): expected-named-closing-tag-but-got-eof
|
|
2007
|
-
#new-errors
|
|
2008
|
-
(1:24) eof-in-script-html-comment-like-text
|
|
2009
|
-
#document
|
|
2010
|
-
| <html>
|
|
2011
|
-
| <head>
|
|
2012
|
-
| <script>
|
|
2013
|
-
| "<!--<script --a"
|
|
2014
|
-
| <body>
|
|
2015
|
-
|
|
2016
|
-
#data
|
|
2017
|
-
<script><!--<script -->
|
|
2018
|
-
#errors
|
|
2019
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
2020
|
-
(1,23): expected-named-closing-tag-but-got-eof
|
|
2021
|
-
#document
|
|
2022
|
-
| <html>
|
|
2023
|
-
| <head>
|
|
2024
|
-
| <script>
|
|
2025
|
-
| "<!--<script -->"
|
|
2026
|
-
| <body>
|
|
2027
|
-
|
|
2028
|
-
#data
|
|
2029
|
-
<script><!--<script --><
|
|
2030
|
-
#errors
|
|
2031
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
2032
|
-
(1,24): expected-named-closing-tag-but-got-eof
|
|
2033
|
-
#document
|
|
2034
|
-
| <html>
|
|
2035
|
-
| <head>
|
|
2036
|
-
| <script>
|
|
2037
|
-
| "<!--<script --><"
|
|
2038
|
-
| <body>
|
|
2039
|
-
|
|
2040
|
-
#data
|
|
2041
|
-
<script><!--<script --></
|
|
2042
|
-
#errors
|
|
2043
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
2044
|
-
(1,25): expected-named-closing-tag-but-got-eof
|
|
2045
|
-
#document
|
|
2046
|
-
| <html>
|
|
2047
|
-
| <head>
|
|
2048
|
-
| <script>
|
|
2049
|
-
| "<!--<script --></"
|
|
2050
|
-
| <body>
|
|
2051
|
-
|
|
2052
|
-
#data
|
|
2053
|
-
<script><!--<script --></script
|
|
2054
|
-
#errors
|
|
2055
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
2056
|
-
(1,31): expected-named-closing-tag-but-got-eof
|
|
2057
|
-
#document
|
|
2058
|
-
| <html>
|
|
2059
|
-
| <head>
|
|
2060
|
-
| <script>
|
|
2061
|
-
| "<!--<script --></script"
|
|
2062
|
-
| <body>
|
|
2063
|
-
|
|
2064
|
-
#data
|
|
2065
|
-
<script><!--<script --></script
|
|
2066
|
-
#errors
|
|
2067
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
2068
|
-
(1,32): expected-attribute-name-but-got-eof
|
|
2069
|
-
(1,32): expected-named-closing-tag-but-got-eof
|
|
2070
|
-
#new-errors
|
|
2071
|
-
(1:33) eof-in-tag
|
|
2072
|
-
#document
|
|
2073
|
-
| <html>
|
|
2074
|
-
| <head>
|
|
2075
|
-
| <script>
|
|
2076
|
-
| "<!--<script -->"
|
|
2077
|
-
| <body>
|
|
2078
|
-
|
|
2079
|
-
#data
|
|
2080
|
-
<script><!--<script --></script/
|
|
2081
|
-
#errors
|
|
2082
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
2083
|
-
(1,32): unexpected-EOF-after-solidus-in-tag
|
|
2084
|
-
(1,32): expected-named-closing-tag-but-got-eof
|
|
2085
|
-
#new-errors
|
|
2086
|
-
(1:33) eof-in-tag
|
|
2087
|
-
#document
|
|
2088
|
-
| <html>
|
|
2089
|
-
| <head>
|
|
2090
|
-
| <script>
|
|
2091
|
-
| "<!--<script -->"
|
|
2092
|
-
| <body>
|
|
2093
|
-
|
|
2094
|
-
#data
|
|
2095
|
-
<script><!--<script --></script>
|
|
2096
|
-
#errors
|
|
2097
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
2098
|
-
#document
|
|
2099
|
-
| <html>
|
|
2100
|
-
| <head>
|
|
2101
|
-
| <script>
|
|
2102
|
-
| "<!--<script -->"
|
|
2103
|
-
| <body>
|
|
2104
|
-
|
|
2105
|
-
#data
|
|
2106
|
-
<script><!--<script><\/script>--></script>
|
|
2107
|
-
#errors
|
|
2108
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
2109
|
-
#document
|
|
2110
|
-
| <html>
|
|
2111
|
-
| <head>
|
|
2112
|
-
| <script>
|
|
2113
|
-
| "<!--<script><\/script>-->"
|
|
2114
|
-
| <body>
|
|
2115
|
-
|
|
2116
|
-
#data
|
|
2117
|
-
<script><!--<script></scr'+'ipt>--></script>
|
|
2118
|
-
#errors
|
|
2119
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
2120
|
-
#document
|
|
2121
|
-
| <html>
|
|
2122
|
-
| <head>
|
|
2123
|
-
| <script>
|
|
2124
|
-
| "<!--<script></scr'+'ipt>-->"
|
|
2125
|
-
| <body>
|
|
2126
|
-
|
|
2127
|
-
#data
|
|
2128
|
-
<script><!--<script></script><script></script></script>
|
|
2129
|
-
#errors
|
|
2130
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
2131
|
-
#document
|
|
2132
|
-
| <html>
|
|
2133
|
-
| <head>
|
|
2134
|
-
| <script>
|
|
2135
|
-
| "<!--<script></script><script></script>"
|
|
2136
|
-
| <body>
|
|
2137
|
-
|
|
2138
|
-
#data
|
|
2139
|
-
<script><!--<script></script><script></script>--><!--</script>
|
|
2140
|
-
#errors
|
|
2141
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
2142
|
-
#document
|
|
2143
|
-
| <html>
|
|
2144
|
-
| <head>
|
|
2145
|
-
| <script>
|
|
2146
|
-
| "<!--<script></script><script></script>--><!--"
|
|
2147
|
-
| <body>
|
|
2148
|
-
|
|
2149
|
-
#data
|
|
2150
|
-
<script><!--<script></script><script></script>-- ></script>
|
|
2151
|
-
#errors
|
|
2152
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
2153
|
-
#document
|
|
2154
|
-
| <html>
|
|
2155
|
-
| <head>
|
|
2156
|
-
| <script>
|
|
2157
|
-
| "<!--<script></script><script></script>-- >"
|
|
2158
|
-
| <body>
|
|
2159
|
-
|
|
2160
|
-
#data
|
|
2161
|
-
<script><!--<script></script><script></script>- -></script>
|
|
2162
|
-
#errors
|
|
2163
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
2164
|
-
#document
|
|
2165
|
-
| <html>
|
|
2166
|
-
| <head>
|
|
2167
|
-
| <script>
|
|
2168
|
-
| "<!--<script></script><script></script>- ->"
|
|
2169
|
-
| <body>
|
|
2170
|
-
|
|
2171
|
-
#data
|
|
2172
|
-
<script><!--<script></script><script></script>- - ></script>
|
|
2173
|
-
#errors
|
|
2174
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
2175
|
-
#document
|
|
2176
|
-
| <html>
|
|
2177
|
-
| <head>
|
|
2178
|
-
| <script>
|
|
2179
|
-
| "<!--<script></script><script></script>- - >"
|
|
2180
|
-
| <body>
|
|
2181
|
-
|
|
2182
|
-
#data
|
|
2183
|
-
<script><!--<script></script><script></script>-></script>
|
|
2184
|
-
#errors
|
|
2185
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
2186
|
-
#document
|
|
2187
|
-
| <html>
|
|
2188
|
-
| <head>
|
|
2189
|
-
| <script>
|
|
2190
|
-
| "<!--<script></script><script></script>->"
|
|
2191
|
-
| <body>
|
|
2192
|
-
|
|
2193
|
-
#data
|
|
2194
|
-
<script><!--<script>--!></script>X
|
|
2195
|
-
#errors
|
|
2196
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
2197
|
-
(1,34): expected-named-closing-tag-but-got-eof
|
|
2198
|
-
(1,34): unexpected-eof-in-text-mode
|
|
2199
|
-
#new-errors
|
|
2200
|
-
(1:35) eof-in-script-html-comment-like-text
|
|
2201
|
-
#document
|
|
2202
|
-
| <html>
|
|
2203
|
-
| <head>
|
|
2204
|
-
| <script>
|
|
2205
|
-
| "<!--<script>--!></script>X"
|
|
2206
|
-
| <body>
|
|
2207
|
-
|
|
2208
|
-
#data
|
|
2209
|
-
<script><!--<scr'+'ipt></script>--></script>
|
|
2210
|
-
#errors
|
|
2211
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
2212
|
-
(1,44): unexpected-end-tag
|
|
2213
|
-
#document
|
|
2214
|
-
| <html>
|
|
2215
|
-
| <head>
|
|
2216
|
-
| <script>
|
|
2217
|
-
| "<!--<scr'+'ipt>"
|
|
2218
|
-
| <body>
|
|
2219
|
-
| "-->"
|
|
2220
|
-
|
|
2221
|
-
#data
|
|
2222
|
-
<script><!--<script></scr'+'ipt></script>X
|
|
2223
|
-
#errors
|
|
2224
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
2225
|
-
(1,42): expected-named-closing-tag-but-got-eof
|
|
2226
|
-
(1,42): unexpected-eof-in-text-mode
|
|
2227
|
-
#new-errors
|
|
2228
|
-
(1:43) eof-in-script-html-comment-like-text
|
|
2229
|
-
#document
|
|
2230
|
-
| <html>
|
|
2231
|
-
| <head>
|
|
2232
|
-
| <script>
|
|
2233
|
-
| "<!--<script></scr'+'ipt></script>X"
|
|
2234
|
-
| <body>
|
|
2235
|
-
|
|
2236
|
-
#data
|
|
2237
|
-
<style><!--<style></style>--></style>
|
|
2238
|
-
#errors
|
|
2239
|
-
(1,7): expected-doctype-but-got-start-tag
|
|
2240
|
-
(1,37): unexpected-end-tag
|
|
2241
|
-
#document
|
|
2242
|
-
| <html>
|
|
2243
|
-
| <head>
|
|
2244
|
-
| <style>
|
|
2245
|
-
| "<!--<style>"
|
|
2246
|
-
| <body>
|
|
2247
|
-
| "-->"
|
|
2248
|
-
|
|
2249
|
-
#data
|
|
2250
|
-
<style><!--</style>X
|
|
2251
|
-
#errors
|
|
2252
|
-
(1,7): expected-doctype-but-got-start-tag
|
|
2253
|
-
#document
|
|
2254
|
-
| <html>
|
|
2255
|
-
| <head>
|
|
2256
|
-
| <style>
|
|
2257
|
-
| "<!--"
|
|
2258
|
-
| <body>
|
|
2259
|
-
| "X"
|
|
2260
|
-
|
|
2261
|
-
#data
|
|
2262
|
-
<style><!--...</style>...--></style>
|
|
2263
|
-
#errors
|
|
2264
|
-
(1,7): expected-doctype-but-got-start-tag
|
|
2265
|
-
(1,36): unexpected-end-tag
|
|
2266
|
-
#document
|
|
2267
|
-
| <html>
|
|
2268
|
-
| <head>
|
|
2269
|
-
| <style>
|
|
2270
|
-
| "<!--..."
|
|
2271
|
-
| <body>
|
|
2272
|
-
| "...-->"
|
|
2273
|
-
|
|
2274
|
-
#data
|
|
2275
|
-
<style><!--<br><html xmlns:v="urn:schemas-microsoft-com:vml"><!--[if !mso]><style></style>X
|
|
2276
|
-
#errors
|
|
2277
|
-
(1,7): expected-doctype-but-got-start-tag
|
|
2278
|
-
#document
|
|
2279
|
-
| <html>
|
|
2280
|
-
| <head>
|
|
2281
|
-
| <style>
|
|
2282
|
-
| "<!--<br><html xmlns:v="urn:schemas-microsoft-com:vml"><!--[if !mso]><style>"
|
|
2283
|
-
| <body>
|
|
2284
|
-
| "X"
|
|
2285
|
-
|
|
2286
|
-
#data
|
|
2287
|
-
<style><!--...<style><!--...--!></style>--></style>
|
|
2288
|
-
#errors
|
|
2289
|
-
(1,7): expected-doctype-but-got-start-tag
|
|
2290
|
-
(1,51): unexpected-end-tag
|
|
2291
|
-
#document
|
|
2292
|
-
| <html>
|
|
2293
|
-
| <head>
|
|
2294
|
-
| <style>
|
|
2295
|
-
| "<!--...<style><!--...--!>"
|
|
2296
|
-
| <body>
|
|
2297
|
-
| "-->"
|
|
2298
|
-
|
|
2299
|
-
#data
|
|
2300
|
-
<style><!--...</style><!-- --><style>@import ...</style>
|
|
2301
|
-
#errors
|
|
2302
|
-
(1,7): expected-doctype-but-got-start-tag
|
|
2303
|
-
#document
|
|
2304
|
-
| <html>
|
|
2305
|
-
| <head>
|
|
2306
|
-
| <style>
|
|
2307
|
-
| "<!--..."
|
|
2308
|
-
| <!-- -->
|
|
2309
|
-
| <style>
|
|
2310
|
-
| "@import ..."
|
|
2311
|
-
| <body>
|
|
2312
|
-
|
|
2313
|
-
#data
|
|
2314
|
-
<style>...<style><!--...</style><!-- --></style>
|
|
2315
|
-
#errors
|
|
2316
|
-
(1,7): expected-doctype-but-got-start-tag
|
|
2317
|
-
(1,48): unexpected-end-tag
|
|
2318
|
-
#document
|
|
2319
|
-
| <html>
|
|
2320
|
-
| <head>
|
|
2321
|
-
| <style>
|
|
2322
|
-
| "...<style><!--..."
|
|
2323
|
-
| <!-- -->
|
|
2324
|
-
| <body>
|
|
2325
|
-
|
|
2326
|
-
#data
|
|
2327
|
-
<style>...<!--[if IE]><style>...</style>X
|
|
2328
|
-
#errors
|
|
2329
|
-
(1,7): expected-doctype-but-got-start-tag
|
|
2330
|
-
#document
|
|
2331
|
-
| <html>
|
|
2332
|
-
| <head>
|
|
2333
|
-
| <style>
|
|
2334
|
-
| "...<!--[if IE]><style>..."
|
|
2335
|
-
| <body>
|
|
2336
|
-
| "X"
|
|
2337
|
-
|
|
2338
|
-
#data
|
|
2339
|
-
<title><!--<title></title>--></title>
|
|
2340
|
-
#errors
|
|
2341
|
-
(1,7): expected-doctype-but-got-start-tag
|
|
2342
|
-
(1,37): unexpected-end-tag
|
|
2343
|
-
#document
|
|
2344
|
-
| <html>
|
|
2345
|
-
| <head>
|
|
2346
|
-
| <title>
|
|
2347
|
-
| "<!--<title>"
|
|
2348
|
-
| <body>
|
|
2349
|
-
| "-->"
|
|
2350
|
-
|
|
2351
|
-
#data
|
|
2352
|
-
<title></title></title>
|
|
2353
|
-
#errors
|
|
2354
|
-
(1,7): expected-doctype-but-got-start-tag
|
|
2355
|
-
#document
|
|
2356
|
-
| <html>
|
|
2357
|
-
| <head>
|
|
2358
|
-
| <title>
|
|
2359
|
-
| "</title>"
|
|
2360
|
-
| <body>
|
|
2361
|
-
|
|
2362
|
-
#data
|
|
2363
|
-
<title>foo/title><link></head><body>X
|
|
2364
|
-
#errors
|
|
2365
|
-
(1,7): expected-doctype-but-got-start-tag
|
|
2366
|
-
(1,37): expected-named-closing-tag-but-got-eof
|
|
2367
|
-
#document
|
|
2368
|
-
| <html>
|
|
2369
|
-
| <head>
|
|
2370
|
-
| <title>
|
|
2371
|
-
| "foo/title><link></head><body>X"
|
|
2372
|
-
| <body>
|
|
2373
|
-
|
|
2374
|
-
#data
|
|
2375
|
-
<noscript><!--<noscript></noscript>--></noscript>
|
|
2376
|
-
#errors
|
|
2377
|
-
(1,10): expected-doctype-but-got-start-tag
|
|
2378
|
-
(1,49): unexpected-end-tag
|
|
2379
|
-
#script-on
|
|
2380
|
-
#document
|
|
2381
|
-
| <html>
|
|
2382
|
-
| <head>
|
|
2383
|
-
| <noscript>
|
|
2384
|
-
| "<!--<noscript>"
|
|
2385
|
-
| <body>
|
|
2386
|
-
| "-->"
|
|
2387
|
-
|
|
2388
|
-
#data
|
|
2389
|
-
<noscript><!--<noscript></noscript>--></noscript>
|
|
2390
|
-
#errors
|
|
2391
|
-
* (1,11) missing DOCTYPE
|
|
2392
|
-
#script-off
|
|
2393
|
-
#document
|
|
2394
|
-
| <html>
|
|
2395
|
-
| <head>
|
|
2396
|
-
| <noscript>
|
|
2397
|
-
| <!-- <noscript></noscript> -->
|
|
2398
|
-
| <body>
|
|
2399
|
-
|
|
2400
|
-
#data
|
|
2401
|
-
<noscript><!--</noscript>X<noscript>--></noscript>
|
|
2402
|
-
#errors
|
|
2403
|
-
(1,10): expected-doctype-but-got-start-tag
|
|
2404
|
-
#script-on
|
|
2405
|
-
#document
|
|
2406
|
-
| <html>
|
|
2407
|
-
| <head>
|
|
2408
|
-
| <noscript>
|
|
2409
|
-
| "<!--"
|
|
2410
|
-
| <body>
|
|
2411
|
-
| "X"
|
|
2412
|
-
| <noscript>
|
|
2413
|
-
| "-->"
|
|
2414
|
-
|
|
2415
|
-
#data
|
|
2416
|
-
<noscript><!--</noscript>X<noscript>--></noscript>
|
|
2417
|
-
#errors
|
|
2418
|
-
(1,10): expected-doctype-but-got-start-tag
|
|
2419
|
-
#script-off
|
|
2420
|
-
#document
|
|
2421
|
-
| <html>
|
|
2422
|
-
| <head>
|
|
2423
|
-
| <noscript>
|
|
2424
|
-
| <!-- </noscript>X<noscript> -->
|
|
2425
|
-
| <body>
|
|
2426
|
-
|
|
2427
|
-
#data
|
|
2428
|
-
<noscript><iframe></noscript>X
|
|
2429
|
-
#errors
|
|
2430
|
-
(1,10): expected-doctype-but-got-start-tag
|
|
2431
|
-
#script-on
|
|
2432
|
-
#document
|
|
2433
|
-
| <html>
|
|
2434
|
-
| <head>
|
|
2435
|
-
| <noscript>
|
|
2436
|
-
| "<iframe>"
|
|
2437
|
-
| <body>
|
|
2438
|
-
| "X"
|
|
2439
|
-
|
|
2440
|
-
#data
|
|
2441
|
-
<noscript><iframe></noscript>X
|
|
2442
|
-
#errors
|
|
2443
|
-
* (1,11) missing DOCTYPE
|
|
2444
|
-
* (1,19) unexpected token in head noscript
|
|
2445
|
-
* (1,31) unexpected EOF
|
|
2446
|
-
#script-off
|
|
2447
|
-
#document
|
|
2448
|
-
| <html>
|
|
2449
|
-
| <head>
|
|
2450
|
-
| <noscript>
|
|
2451
|
-
| <body>
|
|
2452
|
-
| <iframe>
|
|
2453
|
-
| "</noscript>X"
|
|
2454
|
-
|
|
2455
|
-
#data
|
|
2456
|
-
<noframes><!--<noframes></noframes>--></noframes>
|
|
2457
|
-
#errors
|
|
2458
|
-
(1,10): expected-doctype-but-got-start-tag
|
|
2459
|
-
(1,49): unexpected-end-tag
|
|
2460
|
-
#document
|
|
2461
|
-
| <html>
|
|
2462
|
-
| <head>
|
|
2463
|
-
| <noframes>
|
|
2464
|
-
| "<!--<noframes>"
|
|
2465
|
-
| <body>
|
|
2466
|
-
| "-->"
|
|
2467
|
-
|
|
2468
|
-
#data
|
|
2469
|
-
<noframes><body><script><!--...</script></body></noframes></html>
|
|
2470
|
-
#errors
|
|
2471
|
-
(1,10): expected-doctype-but-got-start-tag
|
|
2472
|
-
#document
|
|
2473
|
-
| <html>
|
|
2474
|
-
| <head>
|
|
2475
|
-
| <noframes>
|
|
2476
|
-
| "<body><script><!--...</script></body>"
|
|
2477
|
-
| <body>
|
|
2478
|
-
|
|
2479
|
-
#data
|
|
2480
|
-
<textarea><!--<textarea></textarea>--></textarea>
|
|
2481
|
-
#errors
|
|
2482
|
-
(1,10): expected-doctype-but-got-start-tag
|
|
2483
|
-
(1,49): unexpected-end-tag
|
|
2484
|
-
#document
|
|
2485
|
-
| <html>
|
|
2486
|
-
| <head>
|
|
2487
|
-
| <body>
|
|
2488
|
-
| <textarea>
|
|
2489
|
-
| "<!--<textarea>"
|
|
2490
|
-
| "-->"
|
|
2491
|
-
|
|
2492
|
-
#data
|
|
2493
|
-
<textarea></textarea></textarea>
|
|
2494
|
-
#errors
|
|
2495
|
-
(1,10): expected-doctype-but-got-start-tag
|
|
2496
|
-
#document
|
|
2497
|
-
| <html>
|
|
2498
|
-
| <head>
|
|
2499
|
-
| <body>
|
|
2500
|
-
| <textarea>
|
|
2501
|
-
| "</textarea>"
|
|
2502
|
-
|
|
2503
|
-
#data
|
|
2504
|
-
<iframe><!--<iframe></iframe>--></iframe>
|
|
2505
|
-
#errors
|
|
2506
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
2507
|
-
(1,41): unexpected-end-tag
|
|
2508
|
-
#document
|
|
2509
|
-
| <html>
|
|
2510
|
-
| <head>
|
|
2511
|
-
| <body>
|
|
2512
|
-
| <iframe>
|
|
2513
|
-
| "<!--<iframe>"
|
|
2514
|
-
| "-->"
|
|
2515
|
-
|
|
2516
|
-
#data
|
|
2517
|
-
<iframe>...<!--X->...<!--/X->...</iframe>
|
|
2518
|
-
#errors
|
|
2519
|
-
(1,8): expected-doctype-but-got-start-tag
|
|
2520
|
-
#document
|
|
2521
|
-
| <html>
|
|
2522
|
-
| <head>
|
|
2523
|
-
| <body>
|
|
2524
|
-
| <iframe>
|
|
2525
|
-
| "...<!--X->...<!--/X->..."
|
|
2526
|
-
|
|
2527
|
-
#data
|
|
2528
|
-
<xmp><!--<xmp></xmp>--></xmp>
|
|
2529
|
-
#errors
|
|
2530
|
-
(1,5): expected-doctype-but-got-start-tag
|
|
2531
|
-
(1,29): unexpected-end-tag
|
|
2532
|
-
#document
|
|
2533
|
-
| <html>
|
|
2534
|
-
| <head>
|
|
2535
|
-
| <body>
|
|
2536
|
-
| <xmp>
|
|
2537
|
-
| "<!--<xmp>"
|
|
2538
|
-
| "-->"
|
|
2539
|
-
|
|
2540
|
-
#data
|
|
2541
|
-
<noembed><!--<noembed></noembed>--></noembed>
|
|
2542
|
-
#errors
|
|
2543
|
-
(1,9): expected-doctype-but-got-start-tag
|
|
2544
|
-
(1,45): unexpected-end-tag
|
|
2545
|
-
#document
|
|
2546
|
-
| <html>
|
|
2547
|
-
| <head>
|
|
2548
|
-
| <body>
|
|
2549
|
-
| <noembed>
|
|
2550
|
-
| "<!--<noembed>"
|
|
2551
|
-
| "-->"
|
|
2552
|
-
|
|
2553
|
-
#data
|
|
2554
|
-
<!doctype html><table>
|
|
2555
|
-
|
|
2556
|
-
#errors
|
|
2557
|
-
(2,0): eof-in-table
|
|
2558
|
-
#document
|
|
2559
|
-
| <!DOCTYPE html>
|
|
2560
|
-
| <html>
|
|
2561
|
-
| <head>
|
|
2562
|
-
| <body>
|
|
2563
|
-
| <table>
|
|
2564
|
-
| "
|
|
2565
|
-
"
|
|
2566
|
-
|
|
2567
|
-
#data
|
|
2568
|
-
<!doctype html><table><td><span><font></span><span>
|
|
2569
|
-
#errors
|
|
2570
|
-
(1,26): unexpected-cell-in-table-body
|
|
2571
|
-
(1,45): unexpected-end-tag
|
|
2572
|
-
(1,51): expected-closing-tag-but-got-eof
|
|
2573
|
-
#document
|
|
2574
|
-
| <!DOCTYPE html>
|
|
2575
|
-
| <html>
|
|
2576
|
-
| <head>
|
|
2577
|
-
| <body>
|
|
2578
|
-
| <table>
|
|
2579
|
-
| <tbody>
|
|
2580
|
-
| <tr>
|
|
2581
|
-
| <td>
|
|
2582
|
-
| <span>
|
|
2583
|
-
| <font>
|
|
2584
|
-
| <font>
|
|
2585
|
-
| <span>
|
|
2586
|
-
|
|
2587
|
-
#data
|
|
2588
|
-
<!doctype html><form><table></form><form></table></form>
|
|
2589
|
-
#errors
|
|
2590
|
-
(1,35): unexpected-end-tag-implies-table-voodoo
|
|
2591
|
-
(1,35): unexpected-end-tag
|
|
2592
|
-
(1,41): unexpected-form-in-table
|
|
2593
|
-
(1,56): unexpected-end-tag
|
|
2594
|
-
(1,56): expected-closing-tag-but-got-eof
|
|
2595
|
-
#document
|
|
2596
|
-
| <!DOCTYPE html>
|
|
2597
|
-
| <html>
|
|
2598
|
-
| <head>
|
|
2599
|
-
| <body>
|
|
2600
|
-
| <form>
|
|
2601
|
-
| <table>
|
|
2602
|
-
| <form>
|