Skip to content

Commit ace9ffb

Browse files
committed
Change test to anticipate form pointer-sensitivity when <form><table><form>. http://www.w3.org/Bugs/Public/show_bug.cgi?id=8373
1 parent 2dd1e4d commit ace9ffb

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

tree-construction/tests16.dat

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2265,17 +2265,13 @@ Line 1 Col 51 Expected closing tag. Unexpected end of file.
22652265
#data
22662266
<!doctype html><form><table></form><form></table></form>
22672267
#errors
2268-
Line 1 Col 35 Unexpected end tag (form) in table context caused voodoo mode.
2269-
Line 1 Col 35 Unexpected end tag (form). Ignored.
2270-
Line 1 Col 41 Unexpected start tag (form) in table context caused voodoo mode.
2271-
Line 1 Col 49 Unexpected end tag (table). Expected end tag (form).
2272-
Line 1 Col 56 Unexpected end tag (form). Ignored.
2273-
Line 1 Col 56 Expected closing tag. Unexpected end of file.
2268+
35: Stray end tag “form”.
2269+
41: Start tag “form” seen in “table”.
22742270
#document
22752271
| <!DOCTYPE html>
22762272
| <html>
22772273
| <head>
22782274
| <body>
22792275
| <form>
2280-
| <form>
2281-
| <table>
2276+
| <table>
2277+
| <form>

0 commit comments

Comments
 (0)