Skip to content

Commit 56d589a

Browse files
fb55Ms2ger
authored andcommitted
Add test for form in template
Upstreamed from inikulin/parse5#40
1 parent 457a78a commit 56d589a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

tree-construction/template.dat

+14
Original file line numberDiff line numberDiff line change
@@ -1611,3 +1611,17 @@ eof table
16111611
| <a>
16121612
| <table>
16131613
| <body>
1614+
1615+
#data
1616+
<template><form><input name="q"></form><div>second</div></template>
1617+
#document-fragment
1618+
template
1619+
#errors
1620+
#document
1621+
| <template>
1622+
| content
1623+
| <form>
1624+
| <input>
1625+
| name="q"
1626+
| <div>
1627+
| "second"

0 commit comments

Comments
 (0)