| Index: third_party/WebKit/LayoutTests/http/tests/security/w3c/cross-origin-objects-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/w3c/cross-origin-objects-expected.txt b/third_party/WebKit/LayoutTests/http/tests/security/w3c/cross-origin-objects-expected.txt
|
| index a4d9bda876f6bf582bf4dc1f66cc62fd5747a41f..f31920dd93ad2abb2d059f2143189cd0bed861dc 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/security/w3c/cross-origin-objects-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/security/w3c/cross-origin-objects-expected.txt
|
| @@ -1,5 +1,5 @@
|
| This is a testharness.js-based test.
|
| -PASS Basic sanity-checking
|
| +FAIL Basic sanity-checking Blocked a frame with origin "http://web-platform.test:8000" from accessing a cross-origin frame.
|
| FAIL Only whitelisted properties are accessible cross-origin Blocked a frame with origin "http://web-platform.test:8000" from accessing a cross-origin frame.
|
| PASS [[GetPrototypeOf]] should return null
|
| PASS [[SetPrototypeOf]] should throw
|
| @@ -10,7 +10,7 @@ FAIL [[GetOwnProperty]] - Property descriptors for cross-origin properties shoul
|
| PASS [[Delete]] Should throw on cross-origin objects
|
| PASS [[DefineOwnProperty]] Should throw for cross-origin objects
|
| PASS [[Enumerate]] should return an empty iterator
|
| -FAIL [[OwnPropertyKeys]] should return all properties from cross-origin objects assert_array_equals: Object.getOwnPropertyNames() gives the right answer for cross-origin Location property 0, expected "href" but got "assign"
|
| +FAIL [[OwnPropertyKeys]] should return all properties from cross-origin objects assert_array_equals: Object.getOwnPropertyNames() gives the right answer for cross-origin Window lengths differ, expected 13 got 12
|
| PASS A and B jointly observe the same identity for cross-origin Window and Location
|
| PASS Cross-origin functions get local Function.prototype
|
| FAIL Cross-origin Window accessors get local Function.prototype Cannot read property 'name' of undefined
|
|
|