]> git.proxmox.com Git - rustc.git/blame - vendor/html5ever/html5lib-tests/tree-construction/scripted/webkit01.dat
New upstream version 1.46.0+dfsg1
[rustc.git] / vendor / html5ever / html5lib-tests / tree-construction / scripted / webkit01.dat
CommitLineData
0731742a
XL
1#data
21<script>document.write("2")</script>3
3#errors
4#script-on
5#document
6| <html>
7| <head>
8| <body>
9| "1"
10| <script>
11| "document.write("2")"
12| "23"
13
14#data
151<script>document.write("<script>document.write('2')</scr"+ "ipt><script>document.write('3')</scr" + "ipt>")</script>4
16#errors
17#script-on
18#document
19| <html>
20| <head>
21| <body>
22| "1"
23| <script>
24| "document.write("<script>document.write('2')</scr"+ "ipt><script>document.write('3')</scr" + "ipt>")"
25| <script>
26| "document.write('2')"
27| "2"
28| <script>
29| "document.write('3')"
30| "34"