| Index: LayoutTests/http/tests/security/cross-frame-access-object-getPrototypeOf-expected.txt
|
| diff --git a/LayoutTests/http/tests/security/cross-frame-access-object-getPrototypeOf-expected.txt b/LayoutTests/http/tests/security/cross-frame-access-object-getPrototypeOf-expected.txt
|
| index 6d53b045533f15a737dc4e77a7b21d571bbad62b..4048ac17538072b3c7031c853222477749c473c7 100644
|
| --- a/LayoutTests/http/tests/security/cross-frame-access-object-getPrototypeOf-expected.txt
|
| +++ b/LayoutTests/http/tests/security/cross-frame-access-object-getPrototypeOf-expected.txt
|
| @@ -1,5 +1,4 @@
|
| -CONSOLE MESSAGE: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a frame with origin "http://localhost:8000". Protocols, domains, and ports must match.
|
| This tests that you can't get the prototype of the window object cross-origin using Object.getPrototypeOf().
|
|
|
| -PASS: Object.getPrototypeOf(targetWindow) should be 'undefined' and is.
|
| +PASS: Object.getPrototypeOf(targetWindow) should have thrown an exception, and did.
|
|
|
|
|