Skip to content

Commit 38b11e5

Browse files
committed
correct tests recently modified or introduced
1 parent ad8f5f6 commit 38b11e5

File tree

3 files changed

+25
-7
lines changed

3 files changed

+25
-7
lines changed

tree-construction/template.dat

Lines changed: 14 additions & 7 deletions
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,14 +1613,18 @@ eof table
16101613
#data
16111614
<template><form><input name="q"></form><div>second</div></template>
16121615
#errors
1616+
no doctype
16131617
#document
1614-
| <template>
1615-
| content
1616-
| <form>
1617-
| <input>
1618-
| name="q"
1619-
| <div>
1620-
| "second"
1618+
| <html>
1619+
| <head>
1620+
| <template>
1621+
| content
1622+
| <form>
1623+
| <input>
1624+
| name="q"
1625+
| <div>
1626+
| "second"
1627+
| <body>
16211628

16221629
#data
16231630
<!DOCTYPE HTML><template><tr><td>cell</td></tr></template>

tree-construction/webkit01.dat

Lines changed: 2 additions & 0 deletions
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>

tree-construction/webkit02.dat

Lines changed: 9 additions & 0 deletions
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)