Skip to content

Commit

Permalink
Add test for form in template
Browse files Browse the repository at this point in the history
Upstreamed from inikulin/parse5#40
  • Loading branch information
fb55 committed Feb 28, 2022
1 parent 8fbcde0 commit db20a1b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tree-construction/template.dat
Original file line number Diff line number Diff line change
Expand Up @@ -1611,3 +1611,17 @@ eof table
| <a>
| <table>
| <body>

#data
<template><form><input name="q"></form><div>second</div></template>
#document-fragment
template
#errors
#document
| <template>
| content
| <form>
| <input>
| name="q"
| <div>
| "second"

0 comments on commit db20a1b

Please sign in to comment.