Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(268)

Unified Diff: LayoutTests/http/tests/security/xss-DENIED-method-with-iframe-proto-expected.txt

Issue 91383002: Switch V8WindowCustom to the new-style ExceptionState (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Expectations. Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/http/tests/security/xss-DENIED-method-with-iframe-proto-expected.txt
diff --git a/LayoutTests/http/tests/security/xss-DENIED-method-with-iframe-proto-expected.txt b/LayoutTests/http/tests/security/xss-DENIED-method-with-iframe-proto-expected.txt
index 16800d7a3b349b38718de5eb4f8730ffc0b26b9d..d69e26dbd8d6e4c1472927c225d6d347ea3bdaec 100644
--- a/LayoutTests/http/tests/security/xss-DENIED-method-with-iframe-proto-expected.txt
+++ b/LayoutTests/http/tests/security/xss-DENIED-method-with-iframe-proto-expected.txt
@@ -6,7 +6,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS targetWindow.setTimeout(callback, 0, this); threw exception SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame..
PASS setTimeout.call(targetWindow, callback, 0, this); threw exception SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame..
-PASS originalSetTimeout.call(targetWindow, callback, 0, this); threw exception SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame..
+PASS originalSetTimeout.call(targetWindow, callback, 0, this); threw exception SecurityError: Failed to execute 'setTimeout' on 'Window': Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame..
PASS this.wasInvoked is false
PASS successfullyParsed is true
« no previous file with comments | « LayoutTests/http/tests/security/xss-DENIED-method-with-iframe-proto.html ('k') | Source/bindings/v8/custom/V8WindowCustom.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698