1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/parser/htmlparser/tests/mochitest/html5lib_tree_construction/scripted/webkit01.dat Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,28 @@ 1.4 +#data 1.5 +1<script>document.write("2")</script>3 1.6 +#errors 1.7 +#document 1.8 +| <html> 1.9 +| <head> 1.10 +| <body> 1.11 +| "1" 1.12 +| <script> 1.13 +| "document.write("2")" 1.14 +| "23" 1.15 + 1.16 +#data 1.17 +1<script>document.write("<script>document.write('2')</scr"+ "ipt><script>document.write('3')</scr" + "ipt>")</script>4 1.18 +#errors 1.19 +#document 1.20 +| <html> 1.21 +| <head> 1.22 +| <body> 1.23 +| "1" 1.24 +| <script> 1.25 +| "document.write("<script>document.write('2')</scr"+ "ipt><script>document.write('3')</scr" + "ipt>")" 1.26 +| <script> 1.27 +| "document.write('2')" 1.28 +| "2" 1.29 +| <script> 1.30 +| "document.write('3')" 1.31 +| "34"