Index: third_party/WebKit/LayoutTests/http/tests/security/cross-frame-access-getOwnPropertyDescriptor-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/http/tests/security/cross-frame-access-getOwnPropertyDescriptor-expected.txt b/third_party/WebKit/LayoutTests/http/tests/security/cross-frame-access-getOwnPropertyDescriptor-expected.txt |
index a7bd4bca6c321ecfccf134d2df7f9268307bbf5c..3ccaa670c4f2918a7a8c40d06cdc0d32c1c9cde9 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/security/cross-frame-access-getOwnPropertyDescriptor-expected.txt |
+++ b/third_party/WebKit/LayoutTests/http/tests/security/cross-frame-access-getOwnPropertyDescriptor-expected.txt |
@@ -130,9 +130,10 @@ PASS: canGetDescriptor(targetWindow, 'scrollTo') should be 'false' and is. |
PASS: canGetDescriptor(targetWindow, 'setInterval') should be 'false' and is. |
PASS: canGetDescriptor(targetWindow, 'setTimeout') should be 'false' and is. |
PASS: canGetDescriptor(targetWindow, 'stop') should be 'false' and is. |
-PASS: canGetDescriptor(targetWindow, 'blur') should be 'false' and is. |
-PASS: canGetDescriptor(targetWindow, 'close') should be 'false' and is. |
-PASS: canGetDescriptor(targetWindow, 'focus') should be 'false' and is. |
+PASS: canGetDescriptor(targetWindow, 'blur') should be 'true' and is. |
+PASS: canGetDescriptor(targetWindow, 'close') should be 'true' and is. |
+PASS: canGetDescriptor(targetWindow, 'focus') should be 'true' and is. |
+PASS: canGetDescriptor(targetWindow, 'postMessage') should be 'true' and is. |
----- tests for getting of not allowed Attributes ----- |