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

Wed, 31 Dec 2014 07:53:36 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:53:36 +0100
branch
TOR_BUG_3246
changeset 5
4ab42b5ab56c
permissions
-rw-r--r--

Correct small whitespace inconsistency, lost while renaming variables.

     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