load-stopping-1d.html 178 B

12345678910111213
  1. <!DOCTYPE html>
  2. <head>
  3. <script>
  4. function foo() {
  5. return "aaa";
  6. }
  7. </script>
  8. </head>
  9. <body>
  10. <img src="javascript: foo()">
  11. <script>parent.passJSUrl4 = true</script>
  12. </body>