File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 1273
1273
#data
1274
1274
<body><table><tr><td><select><template>Foo</template><caption>A</table>
1275
1275
#errors
1276
+ (1,62): unexpected-caption-in-select-in-table
1277
+ (1,71): unexpected-table-end-in-caption
1276
1278
#document
1277
1279
| <html>
1278
1280
| <head>
1291
1293
#data
1292
1294
<body></body><template>
1293
1295
#errors
1296
+ (1,23): template-after-body
1297
+ (1,24): eof-in-template
1294
1298
#document
1295
1299
| <html>
1296
1300
| <head>
1301
1305
#data
1302
1306
<head></head><template>
1303
1307
#errors
1308
+ (1,23): template-after-head
1309
+ (1,24): eof-in-template
1304
1310
#document
1305
1311
| <html>
1306
1312
| <head>
1311
1317
#data
1312
1318
<head></head><template>Foo</template>
1313
1319
#errors
1320
+ (1,23): template-after-head
1314
1321
#document
1315
1322
| <html>
1316
1323
| <head>
You can’t perform that action at this time.
0 commit comments