aboutsummaryrefslogtreecommitdiff
path: root/tests/html5lib-tests/tree-construction/svg.dat
blob: a452e7afa00d3bc62cf0af746a6375d4eec6c39e (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
#data
<svg><tr><td><title><tr>
#errors
(1:21) Unexpected <tr> tag
(1:25) Unexpected EOF
#document-fragment
td
#document
| <svg svg>
|   <svg tr>
|     <svg td>
|       <svg title>

#data
<svg><tr><td><title><tr>
#errors
(1:1) Unexpected <svg> tag
(1:21) Unexpected <tr> tag
(1:25) Unexpected EOF
#document-fragment
tr
#document
| <svg svg>
|   <svg tr>
|     <svg td>
|       <svg title>

#data
<svg><thead><title><tbody>
#errors
(1:1) Unexpected <svg> tag
(1:20) Unexpected <tbody> tag
(1:27) Unexpected EOF
#document-fragment
thead
#document
| <svg svg>
|   <svg thead>
|     <svg title>

#data
<svg><tfoot><title><tbody>
#errors
(1:1) Unexpected <svg> tag
(1:20) Unexpected <tbody> tag
(1:27) Unexpected EOF
#document-fragment
tfoot
#document
| <svg svg>
|   <svg tfoot>
|     <svg title>

#data
<svg><tbody><title><tfoot>
#errors
(1:1) Unexpected <svg> tag
(1:20) Unexpected <tfoot> tag
(1:27) Unexpected EOF
#document-fragment
tbody
#document
| <svg svg>
|   <svg tbody>
|     <svg title>

#data
<svg><tbody><title></table>
#errors
(1:1) Unexpected <svg> tag
(1:20) Unexpected </table> tag
(1:28) Unexpected EOF
#document-fragment
tbody
#document
| <svg svg>
|   <svg tbody>
|     <svg title>

#data
<svg><thead><title></table>
#errors
(1:1) Unexpected <svg> tag
(1:20) Unexpected </table> tag
(1:28) Unexpected EOF
#document-fragment
tbody
#document
| <svg svg>
|   <svg thead>
|     <svg title>

#data
<svg><tfoot><title></table>
#errors
(1:1) Unexpected <svg> tag
(1:20) Unexpected </table> tag
(1:28) Unexpected EOF
#document-fragment
tbody
#document
| <svg svg>
|   <svg tfoot>
|     <svg title>