Skip to content

Commit cd619c1

Browse files
committed
Add basefont, bgsound and frame to void element test.
1 parent 308b343 commit cd619c1

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

tree-construction/tests25.dat

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,28 @@
3131
| <base>
3232
| "A"
3333

34+
#data
35+
<!DOCTYPE html><body><basefont>A
36+
#errors
37+
#document
38+
| <!DOCTYPE html>
39+
| <html>
40+
| <head>
41+
| <body>
42+
| <basefont>
43+
| "A"
44+
45+
#data
46+
<!DOCTYPE html><body><bgsound>A
47+
#errors
48+
#document
49+
| <!DOCTYPE html>
50+
| <html>
51+
| <head>
52+
| <body>
53+
| <bgsound>
54+
| "A"
55+
3456
#data
3557
<!DOCTYPE html><body><br>A
3658
#errors
@@ -75,6 +97,17 @@
7597
| <embed>
7698
| "A"
7799

100+
#data
101+
<!DOCTYPE html><body><frame>A
102+
#errors
103+
26: Stray start tag “frame”.
104+
#document
105+
| <!DOCTYPE html>
106+
| <html>
107+
| <head>
108+
| <body>
109+
| "A"
110+
78111
#data
79112
<!DOCTYPE html><body><hr>A
80113
#errors

0 commit comments

Comments
 (0)