Skip to content

Commit cd7c179

Browse files
committed
Add errors to 5 tests
1 parent 8f43b7e commit cd7c179

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

tree-construction/webkit02.dat

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -692,6 +692,9 @@ eof-in-math
692692
#data
693693
<select><button><selectedcontent></button><option>X
694694
#errors
695+
missing doctype
696+
unexpected </button>
697+
unexpected open element at EOF: <select>
695698
#document
696699
| <html>
697700
| <head>
@@ -706,6 +709,10 @@ eof-in-math
706709
#data
707710
<select><button><selectedcontent></button><option>x<i>i<b>ib</i>b
708711
#errors
712+
missing doctype
713+
unexpected </button>
714+
adoption agency 4.6: formatting element: <i>, current node: <b>
715+
unexpected open elements at EOF: <select>, <b>
709716
#document
710717
| <html>
711718
| <head>
@@ -732,6 +739,9 @@ eof-in-math
732739
#data
733740
<select><button><selectedcontent></button><option>X<option>Y
734741
#errors
742+
missing doctype
743+
unexpected </button>
744+
unexpected open element at EOF: <select>
735745
#document
736746
| <html>
737747
| <head>
@@ -748,6 +758,9 @@ eof-in-math
748758
#data
749759
<select><button><selectedcontent></button><option>X<option selected>Y
750760
#errors
761+
missing doctype
762+
unexpected </button>
763+
unexpected open element at EOF: <select>
751764
#document
752765
| <html>
753766
| <head>
@@ -765,6 +778,9 @@ eof-in-math
765778
#data
766779
<font><select><option>a</option></font></select>
767780
#errors
781+
missing doctype
782+
adoption agency 4.5: formatting element: <font>
783+
unexpected open element at EOF: <font>
768784
#document
769785
| <html>
770786
| <head>

0 commit comments

Comments
 (0)