You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
581 B
29 lines
581 B
6 years ago
|
#data
|
||
|
1<script>document.write("2")</script>3
|
||
|
#errors
|
||
|
#document
|
||
|
| <html>
|
||
|
| <head>
|
||
|
| <body>
|
||
|
| "1"
|
||
|
| <script>
|
||
|
| "document.write("2")"
|
||
|
| "23"
|
||
|
|
||
|
#data
|
||
|
1<script>document.write("<script>document.write('2')</scr"+ "ipt><script>document.write('3')</scr" + "ipt>")</script>4
|
||
|
#errors
|
||
|
#document
|
||
|
| <html>
|
||
|
| <head>
|
||
|
| <body>
|
||
|
| "1"
|
||
|
| <script>
|
||
|
| "document.write("<script>document.write('2')</scr"+ "ipt><script>document.write('3')</scr" + "ipt>")"
|
||
|
| <script>
|
||
|
| "document.write('2')"
|
||
|
| "2"
|
||
|
| <script>
|
||
|
| "document.write('3')"
|
||
|
| "34"
|