| Index: LayoutTests/http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-2-level.html
 | 
| diff --git a/LayoutTests/http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-2-level.html b/LayoutTests/http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-2-level.html
 | 
| index f88bd7842532185a227606bd341cd17a06b9cbc4..6696712c162a94ecde3f6482b5f3440f8a0dfcf3 100644
 | 
| --- a/LayoutTests/http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-2-level.html
 | 
| +++ b/LayoutTests/http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-2-level.html
 | 
| @@ -71,7 +71,7 @@
 | 
|  <body onload="loaded();">
 | 
|      <p>This tests that the main frame doesn't have access to a data: URL loaded in an iframe inside another data: URL loaded iframe.</p>
 | 
|      <button onclick="performTest()">Test</button>
 | 
| -    <iframe id="aFrame" name="aFrame" style="width: 500px; height: 300px;"></iframe>
 | 
| +    <iframe id="aFrame" style="width: 500px; height: 300px;"></iframe>
 | 
|      <pre id='console'></pre>
 | 
|  </body>
 | 
|  </html>
 | 
| 
 |