Skip to content

Commit 27724be

Browse files
gsnedderszcorpan
authored andcommitted
Add #script-on to tests in scripted directory (#84)
1 parent c305da7 commit 27724be

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

tree-construction/scripted/adoption01.dat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#data
22
<p><b id="A"><script>document.getElementById("A").id = "B"</script></p>TEXT</b>
33
#errors
4+
#script-on
45
#document
56
| <html>
67
| <head>

tree-construction/scripted/ark.dat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#data
22
<p><font size=4><font size=4><font size=4><script>document.getElementsByTagName("font")[2].setAttribute("size", "5");</script><font size=4><p>X
33
#errors
4+
#script-on
45
#document
56
| <html>
67
| <head>

tree-construction/scripted/webkit01.dat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#data
22
1<script>document.write("2")</script>3
33
#errors
4+
#script-on
45
#document
56
| <html>
67
| <head>
@@ -13,6 +14,7 @@
1314
#data
1415
1<script>document.write("<script>document.write('2')</scr"+ "ipt><script>document.write('3')</scr" + "ipt>")</script>4
1516
#errors
17+
#script-on
1618
#document
1719
| <html>
1820
| <head>

0 commit comments

Comments
 (0)