summaryrefslogtreecommitdiff
path: root/test/data/tree-construction/after-after-frameset.dat
blob: 7b4d9a695ef87434669a776a861fee62f08cdb07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
#data
<!DOCTYPE html><html><frameset></frameset></html><!--x-->
#errors
#comments
"A comment token"
#document
| <!DOCTYPE html>
| <html>
|   <head>
|   <frameset>
| <!-- x -->

#data
<!DOCTYPE html><html><frameset></frameset></html><!DOCTYPE foo>
#errors
Unexpected DOCTYPE: <!DOCTYPE foo>
#comments
"A DOCTYPE token"
#document
| <!DOCTYPE html>
| <html>
|   <head>
|   <frameset>

#data
<!DOCTYPE html><html><frameset></frameset></html>

#errors
#comments
Whitespace character token
#document
| <!DOCTYPE html>
| <html>
|   <head>
|   <frameset>
|   "
"

#data
<!DOCTYPE html><frameset></frameset></html><html bgcolor="red">
#errors
Second <html> tag not allowed.
#comments
A start tag whose tag name is "html"
#document
| <!DOCTYPE html>
| <html>
|   bgcolor="red"
|   <head>
|   <frameset>

#data
<!DOCTYPE html><html><frameset></frameset></html>
#errors
#comments
"An end-of-file token"
#document
| <!DOCTYPE html>
| <html>
|   <head>
|   <frameset>

#data
<!DOCTYPE html><html><frameset></frameset></html><noframes>
#errors
End tag after </html>.
</frameset> when the current node is the root "html" element.
#comments
A start tag whose tag name is "noframes"
#document
| <!DOCTYPE html>
| <html>
|   <head>
|   <frameset>
|   <noframes>

#data
<!DOCTYPE html><html><frameset></frameset></html>xx
#errors
Text after </html> tag.
Text in frameset.
#comments
"Anything else" (character token)
#document
| <!DOCTYPE html>
| <html>
|   <head>
|   <frameset>

#data
<!DOCTYPE html><html><frameset></frameset></html><table>
#errors
Tag after </html>.
<table> not allowed in <frameset>.
#comments
"Anything else" (start tag)
#document
| <!DOCTYPE html>
| <html>
|   <head>
|   <frameset>

#data
<!DOCTYPE html><html><frameset></frameset></html></frameset>
#errors
End tag after </html>.
</frameset> when the current node is the root "html" element.
#comments
"Anything else" (end tag)
#document
| <!DOCTYPE html>
| <html>
|   <head>
|   <frameset>