8000 new tests · html5lib/html5lib-tests@6538440 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6538440

Browse files
Hixiegsnedders
authored andcommitted
new tests
1 parent 1c6c2c0 commit 6538440

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed

tree-construction/tests2.dat

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,35 @@
7575
| <head>
7676
| <frameset>
7777

78+
#data
79+
<!DOCTYPE html><frameset> te st
80+
#errors
81+
(1,29): unexpected-char-in-frameset
82+
(1,29): unexpected-char-in-frameset
83+
(1,29): unexpected-char-in-frameset
84+
(1,29): unexpected-char-in-frameset
85+
(1,29): eof-in-frameset
86+
#document
87+
| <!DOCTYPE html>
88+
| <html>
89+
| <head>
90+
| <frameset>
91+
| " "
92+
93+
#data
94+
<!DOCTYPE html><frameset></frameset> te st
95+
#errors
96+
(1,29): unexpected-char-after-frameset
97+
(1,29): unexpected-char-after-frameset
98+
(1,29): unexpected-char-after-frameset
99+
(1,29): unexpected-char-after-frameset
100+
#document
101+
| <!DOCTYPE html>
102+
| <html>
103+
| <head>
104+
| <frameset>
105+
| " "
106+
78107
#data
79108
<!DOCTYPE html><frameset><!DOCTYPE html>
80109
#errors

tree-construction/tests25.dat

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,17 @@
8787
| <command>
8888
| "A"
8989

90+
#data
91+
<!DOCTYPE html><body><menuitem>A
92+
#errors
93+
#document
94+
| <!DOCTYPE html>
95+
| <html>
96+
| <head>
97+
| <body>
98+
| <menuitem>
99+
| "A"
100+
90101
#data
91102
<!DOCTYPE html><body><embed>A
92103
#errors

0 commit comments

Comments
 (0)
0