File tree Expand file tree Collapse file tree 3 files changed +65
-0
lines changed Expand file tree Collapse file tree 3 files changed +65
-0
lines changed Original file line number Diff line number Diff line change @@ -1572,6 +1572,26 @@ no doctype
1572
1572
| "Foo"
1573
1573
| <body>
1574
1574
1575
+ #data
1576
+ <html><head></head><template></template><head>
1577
+ #errors
1578
+ #document
1579
+ | <html>
1580
+ | <head>
1581
+ | <template>
1582
+ | content
1583
+ | <body>
1584
+
1585
+ #data
1586
+ <body></body><template>
1587
+ #errors
1588
+ #document
1589
+ | <html>
1590
+ | <head>
1591
+ | <body>
1592
+ | <template>
1593
+ | content
1594
+
1575
1595
#data
1576
1596
<!DOCTYPE HTML><dummy><table><template><table><template><table><script>
1577
1597
#errors
Original file line number Diff line number Diff line change @@ -359,6 +359,30 @@ console.log("FOO<span>BAR</span>BAZ");
359
359
| <!-- Hi there -->
360
360
| <!-- Again -->
361
361
362
+ #data
363
+ <html><body></body>
364
+ <!-- Hi there --></html>
365
+ #errors
366
+ #document
367
+ | <html>
368
+ | <head>
369
+ | <body>
370
+ | "
371
+ "
372
+ | <!-- Hi there -->
373
+
374
+ #data
375
+ <html><body></body></html>
376
+ <!-- Hi there -->
377
+ #errors
378
+ #document
379
+ | <html>
380
+ | <head>
381
+ | <body>
382
+ | "
383
+ "
384
+ | <!-- Hi there -->
385
+
362
386
#data
363
387
<html><body><ruby><div><rp>xx</rp></div></ruby></body></html>
364
388
#errors
Original file line number Diff line number Diff line change 159
159
| <input>
160
160
| <table>
161
161
162
+ #data
163
+ <b><em><dcell><postfield><postfield><postfield><postfield><missing_glyph><missing_glyph><missing_glyph><missing_glyph><hkern><aside></b></em>
164
+ #errors
165
+ #document-fragment
166
+ div
167
+ #document
168
+ | <b>
169
+ | <em>
170
+ | <dcell>
171
+ | <postfield>
172
+ | <postfield>
173
+ | <postfield>
174
+ | <postfield>
175
+ | <missing_glyph>
176
+ | <missing_glyph>
177
+ | <missing_glyph>
178
+ | <missing_glyph>
179
+ | <hkern>
180
+ | <aside>
181
+ | <b>
182
+
162
183
#data
163
184
<b><em><foo><foo><aside></b>
164
185
#errors
You can’t perform that action at this time.
0 commit comments