Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions tree-construction/entities01.dat
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,8 @@ FOO&#111111111111
FOO&#11111111111ZOO
#errors
(1,3): expected-doctype-but-got-chars
(1,13): illegal-codepoint-for-numeric-entity
(1,16): numeric-entity-without-semicolon
(1,16): illegal-codepoint-for-numeric-entity
#document
| <html>
| <head>
Expand All @@ -773,7 +774,8 @@ FOO&#11111111111ZOO
FOO&#1111111111ZOO
#errors
(1,3): expected-doctype-but-got-chars
(1,13): illegal-codepoint-for-numeric-entity
(1,15): numeric-entity-without-semicolon
(1,15): illegal-codepoint-for-numeric-entity
#document
| <html>
| <head>
Expand All @@ -784,7 +786,8 @@ FOO&#1111111111ZOO
FOO&#111111111111ZOO
#errors
(1,3): expected-doctype-but-got-chars
(1,13): illegal-codepoint-for-numeric-entity
(1,17): numeric-entity-without-semicolon
(1,17): illegal-codepoint-for-numeric-entity
#document
| <html>
| <head>
Expand Down
3 changes: 1 addition & 2 deletions tree-construction/foreign-fragment.dat
Original file line number Diff line number Diff line change
Expand Up @@ -487,8 +487,7 @@ svg desc
#data
<plaintext><foo>
#errors
16: End of file seen and there were open elements.
11: Unclosed element “plaintext”.
(1,16): expected-closing-tag-but-got-eof
#document-fragment
svg desc
#document
Expand Down
3 changes: 3 additions & 0 deletions tree-construction/ruby.dat
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
<html><ruby>a<rb>b<span></ruby></html>
#errors
(1,6): expected-doctype-but-got-start-tag
(1,31): unexpected-end-tag
#document
| <html>
| <head>
Expand Down Expand Up @@ -128,6 +129,7 @@
<html><ruby>a<rt>b<span></ruby></html>
#errors
(1,6): expected-doctype-but-got-start-tag
(1,31): unexpected-end-tag
#document
| <html>
| <head>
Expand Down Expand Up @@ -271,6 +273,7 @@
<html><ruby>a<rp>b<span></ruby></html>
#errors
(1,6): expected-doctype-but-got-start-tag
(1,31): unexpected-end-tag
#document
| <html>
| <head>
Expand Down
2 changes: 0 additions & 2 deletions tree-construction/tests1.dat
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,6 @@ Line1<br>Line2<br>Line3<br>Line4
(1,27): unexpected-select-in-select
(1,39): unexpected-end-tag
(1,48): unexpected-end-tag
(1,49): expected-closing-tag-but-got-eof
#document
| <html>
| <head>
Expand Down Expand Up @@ -1539,7 +1538,6 @@ Line1<br>Line2<br>Line3<br>Line4
(1,27): unexpected-select-in-select
(1,39): unexpected-end-tag
(1,48): unexpected-end-tag
(1,48): expected-closing-tag-but-got-eof
#document
| <html>
| <head>
Expand Down
2 changes: 2 additions & 0 deletions tree-construction/tests16.dat
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@
#data
<!doctype html><script><!
#errors
(1,25): expected-script-data-but-got-eof
(1,25): expected-named-closing-tag-but-got-eof
#document
| <!DOCTYPE html>
Expand Down Expand Up @@ -1445,6 +1446,7 @@
<script><!
#errors
(1,8): expected-doctype-but-got-start-tag
(1,10): expected-script-data-but-got-eof
(1,10): expected-named-closing-tag-but-got-eof
#document
| <html>
Expand Down
1 change: 0 additions & 1 deletion tree-construction/tests2.dat
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,6 @@
<!DOCTYPE html><select><optgroup><option></optgroup><option><select><option>
#errors
(1,68): unexpected-select-in-select
(1,76): expected-closing-tag-but-got-eof
#document
| <!DOCTYPE html>
| <html>
Expand Down
1 change: 0 additions & 1 deletion tree-construction/tests20.dat
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,6 @@
<option><option>
#errors
(1,8): expected-doctype-but-got-start-tag
(1,16): expected-closing-tag-but-got-eof
#document
| <html>
| <head>
Expand Down
1 change: 1 addition & 0 deletions tree-construction/tests7.dat
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,7 @@ A<table><tr> B</tr> </em>C</table>
(1,14): foster-parenting-character
(1,20): foster-parenting-character
(1,25): unexpected-end-tag
(1,25): unexpected-end-tag-in-special-element
(1,26): foster-parenting-character
#document
| <html>
Expand Down
4 changes: 0 additions & 4 deletions tree-construction/tests_innerHTML_1.dat
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,6 @@ td
</select><option>
#errors
(1,9): XXX-undefined-error
(1,17): eof-in-select
#document-fragment
select
#document
Expand All @@ -836,7 +835,6 @@ select
<input><option>
#errors
(1,7): unexpected-input-in-select
(1,15): eof-in-select
#document-fragment
select
#document
Expand All @@ -846,7 +844,6 @@ select
<keygen><option>
#errors
(1,8): unexpected-input-in-select
(1,16): eof-in-select
#document-fragment
select
#document
Expand All @@ -856,7 +853,6 @@ select
<textarea><option>
#errors
(1,10): unexpected-input-in-select
(1,18): eof-in-select
#document-fragment
select
#document
Expand Down
1 change: 0 additions & 1 deletion tree-construction/webkit01.dat
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,6 @@ console.log("FOO<span>BAR</span>BAZ");
(1,59): unexpected-select-in-select
(1,93): unexpected-select-in-select
(1,127): unexpected-select-in-select
(1,127): expected-closing-tag-but-got-eof
#document
| <html>
| <head>
Expand Down