File tree 3 files changed +16
-0
lines changed
3 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -1560,6 +1560,9 @@ no doctype
1560
1560
#data
1561
1561
<html><head></head><template></template><head>
1562
1562
#errors
1563
+ no doctype
1564
+ template-after-head
1565
+ head-after-head
1563
1566
#document
1564
1567
| <html>
1565
1568
| <head>
@@ -1610,6 +1613,8 @@ eof table
1610
1613
#data
1611
1614
<template><form><input name="q"></form><div>second</div></template>
1612
1615
#errors
1616
+ #document-fragment
1617
+ template
1613
1618
#document
1614
1619
| <template>
1615
1620
| content
Original file line number Diff line number Diff line change @@ -363,6 +363,7 @@ console.log("FOO<span>BAR</span>BAZ");
363
363
<html><body></body>
364
364
<!-- Hi there --></html>
365
365
#errors
366
+ no-doctype
366
367
#document
367
368
| <html>
368
369
| <head>
@@ -375,6 +376,7 @@ console.log("FOO<span>BAR</span>BAZ");
375
376
<html><body></body></html>
376
377
<!-- Hi there -->
377
378
#errors
379
+ no-doctype
378
380
#document
379
381
| <html>
380
382
| <head>
Original file line number Diff line number Diff line change 162
162
#data
163
163
<b><em><dcell><postfield><postfield><postfield><postfield><missing_glyph><missing_glyph><missing_glyph><missing_glyph><hkern><aside></b></em>
164
164
#errors
165
+ unexpected-b-end-tag
166
+ unexpected-em-end-tag
167
+ eof-in-aside
165
168
#document-fragment
166
169
div
167
170
#document
@@ -359,6 +362,8 @@ select
359
362
#data
360
363
<svg xml:base xml:lang xml:space xml:baaah definitionurl>
361
364
#errors
365
+ no-doctype
366
+ eof-in-svg
362
367
#document
363
368
| <html>
364
369
| <head>
@@ -373,6 +378,8 @@ select
373
378
#data
374
379
<math definitionurl xlink:title xlink:show>
375
380
#errors
381
+ no-doctype
382
+ eof-in-math
376
383
#document
377
384
| <html>
378
385
| <head>
@@ -385,6 +392,8 @@ select
385
392
#data
386
393
<math DEFINITIONURL>
387
394
#errors
395
+ no-doctype
396
+ eof-in-math
388
397
#document
389
398
| <html>
390
399
| <head>
You can’t perform that action at this time.
0 commit comments