Index: third_party/WebKit/LayoutTests/imported/wpt/html/browsers/origin/cross-origin-objects/cross-origin-objects-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/browsers/origin/cross-origin-objects/cross-origin-objects-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/html/browsers/origin/cross-origin-objects/cross-origin-objects-expected.txt |
index 9fa9b4d36de2cc2f253ae6fb6a891ff75b84e80f..1db9b848a4fa90f5f0626d69afc822b42e9307e7 100644 |
--- a/third_party/WebKit/LayoutTests/imported/wpt/html/browsers/origin/cross-origin-objects/cross-origin-objects-expected.txt |
+++ b/third_party/WebKit/LayoutTests/imported/wpt/html/browsers/origin/cross-origin-objects/cross-origin-objects-expected.txt |
@@ -19,7 +19,7 @@ FAIL [[GetOwnProperty]] - Property descriptors for cross-origin properties shoul |
PASS [[Delete]] Should throw on cross-origin objects |
FAIL [[DefineOwnProperty]] Should throw for cross-origin objects assert_throws: Can't define cross-origin value property length function "function () { Object.defineProperty(obj, prop, valueDesc); }" did not throw |
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 Window lengths differ, expected 862 got 13 |
+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 861 got 13 |
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 |