| Index: LayoutTests/http/tests/security/resources/cross-frame-iframe-callback-explicit-domain-DENY.html
|
| diff --git a/LayoutTests/http/tests/security/resources/cross-frame-iframe-callback-explicit-domain-DENY.html b/LayoutTests/http/tests/security/resources/cross-frame-iframe-callback-explicit-domain-DENY.html
|
| index 52ee51f31287e67c8679c0792c710f1bd06a5969..6e919b76435b06ecd71ca1ca1023d350b19f98a3 100644
|
| --- a/LayoutTests/http/tests/security/resources/cross-frame-iframe-callback-explicit-domain-DENY.html
|
| +++ b/LayoutTests/http/tests/security/resources/cross-frame-iframe-callback-explicit-domain-DENY.html
|
| @@ -1,11 +1,12 @@
|
| <script src="cross-frame-access.js"></script>
|
| <body>
|
| -<div id=console></div>
|
| +<pre id=console></pre>
|
| <script>
|
| var parentWindow = window.parent;
|
| parentWindow.testFunction = function()
|
| {
|
| shouldBeFalse("canGet('parentWindow.location.href')");
|
| + shouldBeTrue("accessThrowsException('parentWindow.location.href')");
|
| if (window.testRunner)
|
| testRunner.notifyDone();
|
| }
|
|
|