Index: third_party/WebKit/LayoutTests/http/tests/security/cross-frame-access-enumeration-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/http/tests/security/cross-frame-access-enumeration-expected.txt b/third_party/WebKit/LayoutTests/http/tests/security/cross-frame-access-enumeration-expected.txt |
index b0699c324803c2e7a6fa1dc7cbb7d05d70f2e465..1b5abb3406e73cbdc16e1a91e60abf9a8681d97a 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/security/cross-frame-access-enumeration-expected.txt |
+++ b/third_party/WebKit/LayoutTests/http/tests/security/cross-frame-access-enumeration-expected.txt |
@@ -5,6 +5,6 @@ PASS: Cross frame access by enumerating the window object was denied. |
PASS: Cross frame access by getting the keys of the window object was denied. |
PASS: Cross frame access by getting the property names of the window object was denied. |
PASS: Cross frame access by enumerating the Location object revealed no properties. |
-PASS: Cross frame access by getting the keys of the Location object revealed only whitelisted keys. |
+FAIL: Cross frame access by getting the keys of the Location object returned non-whitelisted key: href |
dcheng
2016/12/07 08:19:07
Not sure what to do here. The w3c test (see below)
|
PASS: Cross frame access by getting the property names of the Location object revealed no custom properties. |