Skip to content

Commit 4f45c02

Browse files
annevkMs2ger
authored andcommitted
1 parent 95417e6 commit 4f45c02

File tree

3 files changed

+65
-0
lines changed

3 files changed

+65
-0
lines changed

tree-construction/template.dat

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1572,6 +1572,26 @@ no doctype
15721572
| "Foo"
15731573
| <body>
15741574

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+
15751595
#data
15761596
<!DOCTYPE HTML><dummy><table><template><table><template><table><script>
15771597
#errors

tree-construction/webkit01.dat

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,30 @@ console.log("FOO<span>BAR</span>BAZ");
359359
| <!-- Hi there -->
360360
| <!-- Again -->
361361

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+
362386
#data
363387
<html><body><ruby><div><rp>xx</rp></div></ruby></body></html>
364388
#errors

tree-construction/webkit02.dat

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,27 @@
159159
| <input>
160160
| <table>
161161

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+
162183
#data
163184
<b><em><foo><foo><aside></b>
164185
#errors

0 commit comments

Comments
 (0)