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

  1. #data
  2. 1<script>document.write("2")</script>3
  3. #errors
  4. #document
  5. | <html>
  6. | <head>
  7. | <body>
  8. | "1"
  9. | <script>
  10. | "document.write("2")"
  11. | "23"
  12. #data
  13. 1<script>document.write("<script>document.write('2')</scr"+ "ipt><script>document.write('3')</scr" + "ipt>")</script>4
  14. #errors
  15. #document
  16. | <html>
  17. | <head>
  18. | <body>
  19. | "1"
  20. | <script>
  21. | "document.write("<script>document.write('2')</scr"+ "ipt><script>document.write('3')</scr" + "ipt>")"
  22. | <script>
  23. | "document.write('2')"
  24. | "2"
  25. | <script>
  26. | "document.write('3')"
  27. | "34"