Skip to content

Commit b609031

Browse files
committed
removed newline, added additional tests
1 parent e0ab32b commit b609031

File tree

1 file changed

+79
-1
lines changed

1 file changed

+79
-1
lines changed

tree-construction/template.dat

Lines changed: 79 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,6 @@
569569
| <td>
570570
| <td>
571571

572-
573572
#data
574573
<body><template><td></td><tbody><td></td></template>
575574
#errors
@@ -1191,3 +1190,82 @@
11911190
| <style>
11921191
| "var i"
11931192
| <body>
1193+
1194+
#data
1195+
<template><table></template><body><span>Foo
1196+
#errors
1197+
#document
1198+
| <html>
1199+
| <head>
1200+
| <template>
1201+
| content
1202+
| <table>
1203+
| <body>
1204+
| <span>
1205+
| "Foo"
1206+
1207+
#data
1208+
<template><td></template><body><span>Foo
1209+
#errors
1210+
#document
1211+
| <html>
1212+
| <head>
1213+
| <template>
1214+
| content
1215+
| <td>
1216+
| <body>
1217+
| <span>
1218+
| "Foo"
1219+
1220+
#data
1221+
<template><object></template><body><span>Foo
1222+
#errors
1223+
#document
1224+
| <html>
1225+
| <head>
1226+
| <template>
1227+
| content
1228+
| <object>
1229+
| <body>
1230+
| <span>
1231+
| "Foo"
1232+
1233+
#data
1234+
<template><svg><template>
1235+
#errors
1236+
#document
1237+
| <html>
1238+
| <head>
1239+
| <template>
1240+
| content
1241+
| <svg svg>
1242+
| <svg template>
1243+
| <body>
1244+
1245+
#data
1246+
<template><svg><foo><template><foreignObject><div></template><div>
1247+
#errors
1248+
#document
1249+
| <html>
1250+
| <head>
1251+
| <template>
1252+
| content
1253+
| <svg svg>
1254+
| <svg foo>
1255+
| <svg template>
1256+
| <svg foreignObject>
1257+
| <div>
1258+
| <body>
1259+
| <div>
1260+
1261+
#data
1262+
<dummy><template><span></dummy>
1263+
#errors
1264+
#document
1265+
| <html>
1266+
| <head>
1267+
| <body>
1268+
| <dummy>
1269+
| <template>
1270+
| content
1271+
| <span>

0 commit comments

Comments
 (0)