parser/htmlparser/tests/mochitest/html5lib_tree_construction/scripted/ark.dat

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/parser/htmlparser/tests/mochitest/html5lib_tree_construction/scripted/ark.dat	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,26 @@
     1.4 +#data
     1.5 +<p><font size=4><font size=4><font size=4><script>document.getElementsByTagName("font")[2].setAttribute("size", "5");</script><font size=4><p>X
     1.6 +#errors
     1.7 +#document
     1.8 +| <html>
     1.9 +|   <head>
    1.10 +|   <body>
    1.11 +|     <p>
    1.12 +|       <font>
    1.13 +|         size="4"
    1.14 +|         <font>
    1.15 +|           size="4"
    1.16 +|           <font>
    1.17 +|             size="5"
    1.18 +|             <script>
    1.19 +|               "document.getElementsByTagName("font")[2].setAttribute("size", "5");"
    1.20 +|             <font>
    1.21 +|               size="4"
    1.22 +|     <p>
    1.23 +|       <font>
    1.24 +|         size="4"
    1.25 +|         <font>
    1.26 +|           size="4"
    1.27 +|           <font>
    1.28 +|             size="4"
    1.29 +|             "X"

mercurial