aboutsummaryrefslogtreecommitdiff
path: root/tests/html5lib-tests/tree-construction/namespace-sensitivity.dat
blob: 050dca752284fbbee72942aa156cc260f784e5c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#data
<body><table><tr><td><svg><td><foreignObject><span></td>Foo
#errors
(1,6): expected-doctype-but-got-start-tag
(1,56): unexpected-end-tag
(1,60): foster-parenting-character
(1,60): foster-parenting-character
(1,60): foster-parenting-character
(1,60): expected-closing-tag-but-got-eof
#document
| <html>
|   <head>
|   <body>
|     "Foo"
|     <table>
|       <tbody>
|         <tr>
|           <td>
|             <svg svg>
|               <svg td>
|                 <svg foreignObject>
|                   <span>