Skip to content

Commit 5999532

Browse files
committed
Merge pull request #23 from Hixie/master
Add a test for <main> in foreign lands; r=Ms2ger
2 parents 43b1c0a + c0e2c1b commit 5999532

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

tree-construction/main-element.dat

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,19 @@
2626
| <p>
2727
| "foo"
2828
| "bar"
29+
30+
#data
31+
<!DOCTYPE html>xxx<svg><x><g><a><main><b>
32+
#errors
33+
#document
34+
| <!DOCTYPE html>
35+
| <html>
36+
| <head>
37+
| <body>
38+
| "xxx"
39+
| <svg svg>
40+
| <svg x>
41+
| <svg g>
42+
| <svg a>
43+
| <svg main>
44+
| <b>

0 commit comments

Comments
 (0)