Skip to content

Commit f28ed37

Browse files
committed
correct tests recently modified or introduced
and revert a template test change from 1314b09
1 parent ad8f5f6 commit f28ed37

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

Diff for: tree-construction/template.dat

+5
Original file line numberDiff line numberDiff line change
@@ -1560,6 +1560,9 @@ no doctype
15601560
#data
15611561
<html><head></head><template></template><head>
15621562
#errors
1563+
no doctype
1564+
template-after-head
1565+
head-after-head
15631566
#document
15641567
| <html>
15651568
| <head>
@@ -1610,6 +1613,8 @@ eof table
16101613
#data
16111614
<template><form><input name="q"></form><div>second</div></template>
16121615
#errors
1616+
#document-fragment
1617+
template
16131618
#document
16141619
| <template>
16151620
| content

Diff for: tree-construction/webkit01.dat

+2
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,7 @@ console.log("FOO<span>BAR</span>BAZ");
363363
<html><body></body>
364364
<!-- Hi there --></html>
365365
#errors
366+
no-doctype
366367
#document
367368
| <html>
368369
| <head>
@@ -375,6 +376,7 @@ console.log("FOO<span>BAR</span>BAZ");
375376
<html><body></body></html>
376377
<!-- Hi there -->
377378
#errors
379+
no-doctype
378380
#document
379381
| <html>
380382
| <head>

Diff for: tree-construction/webkit02.dat

+9
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,9 @@
162162
#data
163163
<b><em><dcell><postfield><postfield><postfield><postfield><missing_glyph><missing_glyph><missing_glyph><missing_glyph><hkern><aside></b></em>
164164
#errors
165+
unexpected-b-end-tag
166+
unexpected-em-end-tag
167+
eof-in-aside
165168
#document-fragment
166169
div
167170
#document
@@ -359,6 +362,8 @@ select
359362
#data
360363
<svg xml:base xml:lang xml:space xml:baaah definitionurl>
361364
#errors
365+
no-doctype
366+
eof-in-svg
362367
#document
363368
| <html>
364369
| <head>
@@ -373,6 +378,8 @@ select
373378
#data
374379
<math definitionurl xlink:title xlink:show>
375380
#errors
381+
no-doctype
382+
eof-in-math
376383
#document
377384
| <html>
378385
| <head>
@@ -385,6 +392,8 @@ select
385392
#data
386393
<math DEFINITIONURL>
387394
#errors
395+
no-doctype
396+
eof-in-math
388397
#document
389398
| <html>
390399
| <head>

0 commit comments

Comments
 (0)