Skip to content

Commit

Permalink
test: fix <template> tests to not use document-fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait authored Oct 20, 2022
1 parent 038c066 commit dd0d815
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tree-construction/template.dat
Original file line number Diff line number Diff line change
Expand Up @@ -1628,8 +1628,6 @@ template

#data
<!DOCTYPE HTML><template><tr><td>cell</td></tr></template>
#document-fragment
template
#errors
#document
| <!DOCTYPE html>
Expand All @@ -1644,8 +1642,6 @@ template

#data
<!DOCTYPE HTML><template> <tr> <td>cell</td> </tr> </template>
#document-fragment
template
#errors
#document
| <!DOCTYPE html>
Expand All @@ -1664,8 +1660,6 @@ template

#data
<!DOCTYPE HTML><template><tr><td>cell</td></tr>a</template>
#document-fragment
template
#errors
(1,59): foster-parenting-character
#document
Expand Down

0 comments on commit dd0d815

Please sign in to comment.