8000 Fix problem with unclosed scoping element and end tag html · html5lib/html5lib-tests@37058a5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 37058a5

Browse files
committed
Fix problem with unclosed scoping element and end tag html
1 parent 5a68bb7 commit 37058a5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

tree-construction/tests15.dat

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,3 +195,14 @@ XXX: These errors are wrong, please fix me!
195195
| <frame>
196196
| <noframes>
197197
| "</frameset><noframes>"
198+
199+
#data
200+
<!DOCTYPE html><object></html>
201+
#errors
202+
1: Expected closing tag. Unexpected end of file
203+
#document
204+
| <!DOCTYPE html>
205+
| <html>
206+
| <head>
207+
| <body>
208+
| <object>

0 commit comments

Comments
 (0)
0