File tree Expand file tree Collapse file tree 1 file changed +54
-0
lines changed Expand file tree Collapse file tree 1 file changed +54
-0
lines changed Original file line number Diff line number Diff line change @@ -1625,3 +1625,57 @@ template
16251625| name="q"
16261626| <div>
16271627| "second"
1628+
1629+ #data
1630+ <!DOCTYPE HTML><template><tr><td>cell</td></tr></template>
1631+ #document-fragment
1632+ template
1633+ #errors
1634+ #document
1635+ | <!DOCTYPE html>
1636+ | <html>
1637+ | <head>
1638+ | <template>
1639+ | content
1640+ | <tr>
1641+ | <td>
1642+ | "cell"
1643+ | <body>
1644+
1645+ #data
1646+ <!DOCTYPE HTML><template> <tr> <td>cell</td> </tr> </template>
1647+ #document-fragment
1648+ template
1649+ #errors
1650+ #document
1651+ | <!DOCTYPE html>
1652+ | <html>
1653+ | <head>
1654+ | <template>
1655+ | content
1656+ | " "
1657+ | <tr>
1658+ | " "
1659+ | <td>
1660+ | "cell"
1661+ | " "
1662+ | " "
1663+ | <body>
1664+
1665+ #data
1666+ <!DOCTYPE HTML><template><tr><td>cell</td></tr>a</template>
1667+ #document-fragment
1668+ template
1669+ #errors
1670+ (1,59): foster-parenting-character
1671+ #document
1672+ | <!DOCTYPE html>
1673+ | <html>
1674+ | <head>
1675+ | <template>
1676+ | content
1677+ | <tr>
1678+ | <td>
1679+ | "cell"
1680+ | "a"
1681+ | <body>
You can’t perform that action at this time.
0 commit comments