dom/src/jsurl/test/load-stopping-1d.html

branch
TOR_BUG_9701
changeset 15
b8a032363ba2
equal deleted inserted replaced
-1:000000000000 0:7746732c0159
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>

mercurial