Skip to content

Commit c884c3b

Browse files
committed
Merge pull request html5lib#22 from rafaelw/master
Add tree-construction tests for select element.
2 parents 5999532 + 5b11c59 commit c884c3b

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

tree-construction/template.dat

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1269,3 +1269,52 @@
12691269
| <template>
12701270
| content
12711271
| <span>
1272+
1273+
#data
1274+
<body><table><tr><td><select><template>Foo</template><caption>A</table>
1275+
#errors
1276+
#document
1277+
| <html>
1278+
| <head>
1279+
| <body>
1280+
| <table>
1281+
| <tbody>
1282+
| <tr>
1283+
| <td>
1284+
| <select>
1285+
| <template>
1286+
| content
1287+
| "Foo"
1288+
| <caption>
1289+
| "A"
1290+
1291+
#data
1292+
<body></body><template>
1293+
#errors
1294+
#document
1295+
| <html>
1296+
| <head>
1297+
| <body>
1298+
| <template>
1299+
| content
1300+
1301+
#data
1302+
<head></head><template>
1303+
#errors
1304+
#document
1305+
| <html>
1306+
| <head>
1307+
| <template>
1308+
| content
1309+
| <body>
1310+
1311+
#data
1312+
<head></head><template>Foo</template>
1313+
#errors
1314+
#document
1315+
| <html>
1316+
| <head>
1317+
| <template>
1318+
| content
1319+
| "Foo"
1320+
| <body>

0 commit comments

Comments
 (0)