| Index: LayoutTests/http/tests/security/javascriptURL/xss-ALLOWED-from-javascript-url-sub-frame-2-level.html
 | 
| diff --git a/LayoutTests/http/tests/security/javascriptURL/xss-ALLOWED-from-javascript-url-sub-frame-2-level.html b/LayoutTests/http/tests/security/javascriptURL/xss-ALLOWED-from-javascript-url-sub-frame-2-level.html
 | 
| index c7e8a9963db9f7faec9d24f1846383fa7827c104..f9e65a79f8529ebcfe31b363fdc372e991c675ae 100644
 | 
| --- a/LayoutTests/http/tests/security/javascriptURL/xss-ALLOWED-from-javascript-url-sub-frame-2-level.html
 | 
| +++ b/LayoutTests/http/tests/security/javascriptURL/xss-ALLOWED-from-javascript-url-sub-frame-2-level.html
 | 
| @@ -1,7 +1,7 @@
 | 
|  <html>
 | 
|  <body>
 | 
|      <p>This tests that a javascript: URL loaded in an iframe inside another javascript: URL loaded iframe has access to the main frame.</p>
 | 
| -    <iframe id="aFrame" name="aFrame" style="width: 500px; height: 300px;"></iframe>
 | 
| +    <iframe id="aFrame" style="width: 500px; height: 300px;"></iframe>
 | 
|      <p id='accessMe'>FAIL: Cross frame access from a javascript: URL inside another javascript: URL was denied.</p>
 | 
|      <script>
 | 
|          if (window.testRunner) {
 | 
| 
 |