Skip to content

Commit 66f49b1

Browse files
authored
Provide errors for test introduced in #163
1 parent 31086ec commit 66f49b1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tree-construction/tables01.dat

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,13 @@
288288
#data
289289
<div><table><svg><foreignObject><select><table><s>
290290
#errors
291+
1:1: Expected a doctype token
292+
1:13: 'svg' tag isn't allowed here. Currently open tags: html, body, div, table.
293+
1:33: 'select' tag isn't allowed here. Currently open tags: html, body, div, table, svg, foreignobject.
294+
1:41: 'table' tag isn't allowed here. Currently open tags: html, body, div, table, svg, foreignobject, select.
295+
1:41: 'table' tag isn't allowed here. Currently open tags: html, body, div, table, svg, foreignobject.
296+
1:48: 's' tag isn't allowed here. Currently open tags: html, body, div, table.
297+
1:51: Premature end of file. Currently open tags: html, body, div, table, s.
291298
#document
292299
| <html>
293300
| <head>

0 commit comments

Comments
 (0)