| Index: trunk/LayoutTests/http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame.html
|
| ===================================================================
|
| --- trunk/LayoutTests/http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame.html (revision 169397)
|
| +++ trunk/LayoutTests/http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame.html (working copy)
|
| @@ -33,7 +33,7 @@
|
| </head>
|
| <body onload="loaded();">
|
| <p>This tests that a data: URL loaded in an iframe doesn't have access to its parent's frame</p>
|
| - <iframe id="aFrame" name="aFrame"></iframe>
|
| + <iframe id="aFrame"></iframe>
|
| <p id='accessMe'>PASS: Cross frame access from a data: URL was denied.</p>
|
| </body>
|
| </html>
|
|
|