| Index: LayoutTests/http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-from-javscript-url.html
 | 
| diff --git a/LayoutTests/http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-from-javscript-url.html b/LayoutTests/http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-from-javscript-url.html
 | 
| index 17f9af70dbd1644a130ffaeaaa3beb10fa6866dc..4102c23655ba5a3c4ad27c2b4a1a7abfae327215 100644
 | 
| --- a/LayoutTests/http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-from-javscript-url.html
 | 
| +++ b/LayoutTests/http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-from-javscript-url.html
 | 
| @@ -2,7 +2,7 @@
 | 
|  <body>
 | 
|      <p>This tests that a javascript: URL loaded in an iframe inside another javascript: URL loaded iframe has access to it's parent, the 
 | 
|          first javascript: URL loaded iframe.</p>
 | 
| -    <iframe id="aFrame" name="aFrame" style="width: 500px; height: 300px;"></iframe>
 | 
| +    <iframe id="aFrame" style="width: 500px; height: 300px;"></iframe>
 | 
|      <script>
 | 
|          if (window.testRunner) {
 | 
|              testRunner.dumpAsText();
 | 
| 
 |