Chromium Code Reviews| Index: pkg/third_party/html5lib/test/data/tree-construction/scripted/ark.dat |
| diff --git a/pkg/third_party/html5lib/test/data/tree-construction/scripted/ark.dat b/pkg/third_party/html5lib/test/data/tree-construction/scripted/ark.dat |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..acbac41df1617cf452121d198a44492cfad1e512 |
| --- /dev/null |
| +++ b/pkg/third_party/html5lib/test/data/tree-construction/scripted/ark.dat |
| @@ -0,0 +1,26 @@ |
| +#data |
| +<p><font size=4><font size=4><font size=4><script>document.getElementsByTagName("font")[2].setAttribute("size", "5");</script><font size=4><p>X |
| +#errors |
| +#document |
| +| <html> |
| +| <head> |
| +| <body> |
| +| <p> |
| +| <font> |
| +| size="4" |
| +| <font> |
| +| size="4" |
| +| <font> |
| +| size="5" |
| +| <script> |
| +| "document.getElementsByTagName("font")[2].setAttribute("size", "5");" |
| +| <font> |
| +| size="4" |
| +| <p> |
| +| <font> |
| +| size="4" |
| +| <font> |
| +| size="4" |
| +| <font> |
| +| size="4" |
| +| "X" |