Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / html5lib / resources / webkit02.dat
blob87f685d1f2d98cb86cf089070fef1860fa03b53a
1 #data
2 <foo bar=qux/>
3 #errors
4 #document
5 | <html>
6 | <head>
7 | <body>
8 | <foo>
9 | bar="qux/"
11 #data
12 <p id="status"><noscript><strong>A</strong></noscript><span>B</span></p>
13 #errors
14 #document
15 | <html>
16 | <head>
17 | <body>
18 | <p>
19 | id="status"
20 | <noscript>
21 | "<strong>A</strong>"
22 | <span>
23 | "B"
25 #data
26 <div><sarcasm><div></div></sarcasm></div>
27 #errors
28 #document
29 | <html>
30 | <head>
31 | <body>
32 | <div>
33 | <sarcasm>
34 | <div>
36 #data
37 <html><body><img src="" border="0" alt="><div>A</div></body></html>
38 #errors
39 #document
40 | <html>
41 | <head>
42 | <body>
44 #data
45 <table><td></tbody>A
46 #errors
47 #document
48 | <html>
49 | <head>
50 | <body>
51 | "A"
52 | <table>
53 | <tbody>
54 | <tr>
55 | <td>
57 #data
58 <table><td></thead>A
59 #errors
60 #document
61 | <html>
62 | <head>
63 | <body>
64 | <table>
65 | <tbody>
66 | <tr>
67 | <td>
68 | "A"
70 #data
71 <table><td></tfoot>A
72 #errors
73 #document
74 | <html>
75 | <head>
76 | <body>
77 | <table>
78 | <tbody>
79 | <tr>
80 | <td>
81 | "A"
83 #data
84 <table><thead><td></tbody>A
85 #errors
86 #document
87 | <html>
88 | <head>
89 | <body>
90 | <table>
91 | <thead>
92 | <tr>
93 | <td>
94 | "A"
96 #data
97 <legend>test</legend>
98 #errors
99 #document
100 | <html>
101 | <head>
102 | <body>
103 | <legend>
104 | "test"
106 #data
107 <table><input>
108 #errors
109 #document
110 | <html>
111 | <head>
112 | <body>
113 | <input>
114 | <table>
116 #data
117 <b><em><dcell><postfield><postfield><postfield><postfield><missing_glyph><missing_glyph><missing_glyph><missing_glyph><hkern><aside></b></em>
118 #errors
119 #document-fragment
121 #document
122 | <b>
123 | <em>
124 | <dcell>
125 | <postfield>
126 | <postfield>
127 | <postfield>
128 | <postfield>
129 | <missing_glyph>
130 | <missing_glyph>
131 | <missing_glyph>
132 | <missing_glyph>
133 | <hkern>
134 | <aside>
135 | <em>
136 | <b>
138 #data
139 <isindex action="x">
140 #errors
141 #document-fragment
142 table
143 #document
144 | <form>
145 | action="x"
146 | <hr>
147 | <label>
148 | "This is a searchable index. Enter search keywords: "
149 | <input>
150 | name="isindex"
151 | <hr>
153 #data
154 <option><XH<optgroup></optgroup>
155 #errors
156 #document-fragment
157 select
158 #document
159 | <option>
161 #data
162 <svg><foreignObject><div>foo</div><plaintext></foreignObject></svg><div>bar</div>
163 #errors
164 #document
165 | <html>
166 | <head>
167 | <body>
168 | <svg svg>
169 | <svg foreignObject>
170 | <div>
171 | "foo"
172 | <plaintext>
173 | "</foreignObject></svg><div>bar</div>"
175 #data
176 <svg><foreignObject></foreignObject><title></svg>foo
177 #errors
178 #document
179 | <html>
180 | <head>
181 | <body>
182 | <svg svg>
183 | <svg foreignObject>
184 | <svg title>
185 | "foo"
187 #data
188 </foreignObject><plaintext><div>foo</div>
189 #errors
190 #document
191 | <html>
192 | <head>
193 | <body>
194 | <plaintext>
195 | "<div>foo</div>"