1{"tests": [
2
3{"description": "unknown start tag <foo>",
4"input": "<foo>",
5"fail-unless": "unknown-start-tag"},
6
7{"description": "allowed start tag <code>",
8"input": "<code>",
9"fail-if": "unknown-start-tag"},
10
11{"description": "allowed start tag <kbd>",
12"input": "<kbd>",
13"fail-if": "unknown-start-tag"},
14
15{"description": "allowed start tag <aside>",
16"input": "<aside>",
17"fail-if": "unknown-start-tag"},
18
19{"description": "allowed start tag <datagrid>",
20"input": "<datagrid>",
21"fail-if": "unknown-start-tag"},
22
23{"description": "allowed start tag <font>",
24"input": "<font>",
25"fail-if": "unknown-start-tag"},
26
27{"description": "allowed start tag <noscript>",
28"input": "<noscript>",
29"fail-if": "unknown-start-tag"},
30
31{"description": "allowed start tag <style>",
32"input": "<style>",
33"fail-if": "unknown-start-tag"},
34
35{"description": "allowed start tag <img>",
36"input": "<img>",
37"fail-if": "unknown-start-tag"},
38
39{"description": "allowed start tag <title>",
40"input": "<title>",
41"fail-if": "unknown-start-tag"},
42
43{"description": "allowed start tag <menu>",
44"input": "<menu>",
45"fail-if": "unknown-start-tag"},
46
47{"description": "allowed start tag <tr>",
48"input": "<tr>",
49"fail-if": "unknown-start-tag"},
50
51{"description": "allowed start tag <param>",
52"input": "<param>",
53"fail-if": "unknown-start-tag"},
54
55{"description": "allowed start tag <li>",
56"input": "<li>",
57"fail-if": "unknown-start-tag"},
58
59{"description": "allowed start tag <source>",
60"input": "<source>",
61"fail-if": "unknown-start-tag"},
62
63{"description": "allowed start tag <tfoot>",
64"input": "<tfoot>",
65"fail-if": "unknown-start-tag"},
66
67{"description": "allowed start tag <th>",
68"input": "<th>",
69"fail-if": "unknown-start-tag"},
70
71{"description": "allowed start tag <td>",
72"input": "<td>",
73"fail-if": "unknown-start-tag"},
74
75{"description": "allowed start tag <dl>",
76"input": "<dl>",
77"fail-if": "unknown-start-tag"},
78
79{"description": "allowed start tag <blockquote>",
80"input": "<blockquote>",
81"fail-if": "unknown-start-tag"},
82
83{"description": "allowed start tag <dd>",
84"input": "<dd>",
85"fail-if": "unknown-start-tag"},
86
87{"description": "allowed start tag <abbr>",
88"input": "<abbr>",
89"fail-if": "unknown-start-tag"},
90
91{"description": "allowed start tag <dt>",
92"input": "<dt>",
93"fail-if": "unknown-start-tag"},
94
95{"description": "allowed start tag <noembed>",
96"input": "<noembed>",
97"fail-if": "unknown-start-tag"},
98
99{"description": "allowed start tag <p>",
100"input": "<p>",
101"fail-if": "unknown-start-tag"},
102
103{"description": "allowed start tag <small>",
104"input": "<small>",
105"fail-if": "unknown-start-tag"},
106
107{"description": "allowed start tag <meter>",
108"input": "<meter>",
109"fail-if": "unknown-start-tag"},
110
111{"description": "allowed start tag <em>",
112"input": "<em>",
113"fail-if": "unknown-start-tag"},
114
115{"description": "allowed start tag <meta>",
116"input": "<meta>",
117"fail-if": "unknown-start-tag"},
118
119{"description": "allowed start tag <video>",
120"input": "<video>",
121"fail-if": "unknown-start-tag"},
122
123{"description": "allowed start tag <div>",
124"input": "<div>",
125"fail-if": "unknown-start-tag"},
126
127{"description": "allowed start tag <canvas>",
128"input": "<canvas>",
129"fail-if": "unknown-start-tag"},
130
131{"description": "allowed start tag <sub>",
132"input": "<sub>",
133"fail-if": "unknown-start-tag"},
134
135{"description": "allowed start tag <section>",
136"input": "<section>",
137"fail-if": "unknown-start-tag"},
138
139{"description": "allowed start tag <sup>",
140"input": "<sup>",
141"fail-if": "unknown-start-tag"},
142
143{"description": "allowed start tag <progress>",
144"input": "<progress>",
145"fail-if": "unknown-start-tag"},
146
147{"description": "allowed start tag <body>",
148"input": "<body>",
149"fail-if": "unknown-start-tag"},
150
151{"description": "allowed start tag <base>",
152"input": "<base>",
153"fail-if": "unknown-start-tag"},
154
155{"description": "allowed start tag <br>",
156"input": "<br>",
157"fail-if": "unknown-start-tag"},
158
159{"description": "allowed start tag <address>",
160"input": "<address>",
161"fail-if": "unknown-start-tag"},
162
163{"description": "allowed start tag <article>",
164"input": "<article>",
165"fail-if": "unknown-start-tag"},
166
167{"description": "allowed start tag <strong>",
168"input": "<strong>",
169"fail-if": "unknown-start-tag"},
170
171{"description": "allowed start tag <legend>",
172"input": "<legend>",
173"fail-if": "unknown-start-tag"},
174
175{"description": "allowed start tag <event-source>",
176"input": "<event-source>",
177"fail-if": "unknown-start-tag"},
178
179{"description": "allowed start tag <ol>",
180"input": "<ol>",
181"fail-if": "unknown-start-tag"},
182
183{"description": "allowed start tag <script>",
184"input": "<script>",
185"fail-if": "unknown-start-tag"},
186
187{"description": "allowed start tag <caption>",
188"input": "<caption>",
189"fail-if": "unknown-start-tag"},
190
191{"description": "allowed start tag <dialog>",
192"input": "<dialog>",
193"fail-if": "unknown-start-tag"},
194
195{"description": "allowed start tag <col>",
196"input": "<col>",
197"fail-if": "unknown-start-tag"},
198
199{"description": "allowed start tag <h2>",
200"input": "<h2>",
201"fail-if": "unknown-start-tag"},
202
203{"description": "allowed start tag <h3>",
204"input": "<h3>",
205"fail-if": "unknown-start-tag"},
206
207{"description": "allowed start tag <h1>",
208"input": "<h1>",
209"fail-if": "unknown-start-tag"},
210
211{"description": "allowed start tag <h6>",
212"input": "<h6>",
213"fail-if": "unknown-start-tag"},
214
215{"description": "allowed start tag <h4>",
216"input": "<h4>",
217"fail-if": "unknown-start-tag"},
218
219{"description": "allowed start tag <h5>",
220"input": "<h5>",
221"fail-if": "unknown-start-tag"},
222
223{"description": "allowed start tag <header>",
224"input": "<header>",
225"fail-if": "unknown-start-tag"},
226
227{"description": "allowed start tag <table>",
228"input": "<table>",
229"fail-if": "unknown-start-tag"},
230
231{"description": "allowed start tag <span>",
232"input": "<span>",
233"fail-if": "unknown-start-tag"},
234
235{"description": "allowed start tag <area>",
236"input": "<area>",
237"fail-if": "unknown-start-tag"},
238
239{"description": "allowed start tag <dfn>",
240"input": "<dfn>",
241"fail-if": "unknown-start-tag"},
242
243{"description": "allowed start tag <var>",
244"input": "<var>",
245"fail-if": "unknown-start-tag"},
246
247{"description": "allowed start tag <cite>",
248"input": "<cite>",
249"fail-if": "unknown-start-tag"},
250
251{"description": "allowed start tag <thead>",
252"input": "<thead>",
253"fail-if": "unknown-start-tag"},
254
255{"description": "allowed start tag <head>",
256"input": "<head>",
257"fail-if": "unknown-start-tag"},
258
259{"description": "allowed start tag <hr>",
260"input": "<hr>",
261"fail-if": "unknown-start-tag"},
262
263{"description": "allowed start tag <link>",
264"input": "<link>",
265"fail-if": "unknown-start-tag"},
266
267{"description": "allowed start tag <datatemplate>",
268"input": "<datatemplate>",
269"fail-if": "unknown-start-tag"},
270
271{"description": "allowed start tag <b>",
272"input": "<b>",
273"fail-if": "unknown-start-tag"},
274
275{"description": "allowed start tag <colgroup>",
276"input": "<colgroup>",
277"fail-if": "unknown-start-tag"},
278
279{"description": "allowed start tag <ul>",
280"input": "<ul>",
281"fail-if": "unknown-start-tag"},
282
283{"description": "allowed start tag <del>",
284"input": "<del>",
285"fail-if": "unknown-start-tag"},
286
287{"description": "allowed start tag <iframe>",
288"input": "<iframe>",
289"fail-if": "unknown-start-tag"},
290
291{"description": "allowed start tag <pre>",
292"input": "<pre>",
293"fail-if": "unknown-start-tag"},
294
295{"description": "allowed start tag <figure>",
296"input": "<figure>",
297"fail-if": "unknown-start-tag"},
298
299{"description": "allowed start tag <ins>",
300"input": "<ins>",
301"fail-if": "unknown-start-tag"},
302
303{"description": "allowed start tag <tbody>",
304"input": "<tbody>",
305"fail-if": "unknown-start-tag"},
306
307{"description": "allowed start tag <html>",
308"input": "<html>",
309"fail-if": "unknown-start-tag"},
310
311{"description": "allowed start tag <nav>",
312"input": "<nav>",
313"fail-if": "unknown-start-tag"},
314
315{"description": "allowed start tag <details>",
316"input": "<details>",
317"fail-if": "unknown-start-tag"},
318
319{"description": "allowed start tag <samp>",
320"input": "<samp>",
321"fail-if": "unknown-start-tag"},
322
323{"description": "allowed start tag <map>",
324"input": "<map>",
325"fail-if": "unknown-start-tag"},
326
327{"description": "allowed start tag <nest>",
328"input": "<nest>",
329"fail-if": "unknown-start-tag"},
330
331{"description": "allowed start tag <object>",
332"input": "<object>",
333"fail-if": "unknown-start-tag"},
334
335{"description": "allowed start tag <a>",
336"input": "<a>",
337"fail-if": "unknown-start-tag"},
338
339{"description": "allowed start tag <footer>",
340"input": "<footer>",
341"fail-if": "unknown-start-tag"},
342
343{"description": "allowed start tag <i>",
344"input": "<i>",
345"fail-if": "unknown-start-tag"},
346
347{"description": "allowed start tag <m>",
348"input": "<m>",
349"fail-if": "unknown-start-tag"},
350
351{"description": "allowed start tag <rule>",
352"input": "<rule>",
353"fail-if": "unknown-start-tag"},
354
355{"description": "allowed start tag <q>",
356"input": "<q>",
357"fail-if": "unknown-start-tag"},
358
359{"description": "allowed start tag <command>",
360"input": "<command>",
361"fail-if": "unknown-start-tag"},
362
363{"description": "allowed start tag <time>",
364"input": "<time>",
365"fail-if": "unknown-start-tag"},
366
367{"description": "allowed start tag <audio>",
368"input": "<audio>",
369"fail-if": "unknown-start-tag"},
370
371{"description": "allowed start tag <bdo>",
372"input": "<bdo>",
373"fail-if": "unknown-start-tag"}
374
375]}
376