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

Unified Diff: LayoutTests/fast/xmlhttprequest/xmlhttprequest-sync-disabled-expected.txt

Issue 96793002: Switch custom XMLHttpRequest bindings over to new-style ExceptionState. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Inline local binding in throwTypeError() Created 7 years, 1 month 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/fast/xmlhttprequest/xmlhttprequest-sync-disabled-expected.txt
diff --git a/LayoutTests/fast/xmlhttprequest/xmlhttprequest-sync-disabled-expected.txt b/LayoutTests/fast/xmlhttprequest/xmlhttprequest-sync-disabled-expected.txt
index 608c5f6b151cffc1c125e15d694c847ec31d7084..fcc1ce0378f65e25d300a7bcfcdc86e7558ad8d4 100644
--- a/LayoutTests/fast/xmlhttprequest/xmlhttprequest-sync-disabled-expected.txt
+++ b/LayoutTests/fast/xmlhttprequest/xmlhttprequest-sync-disabled-expected.txt
@@ -3,7 +3,7 @@ This tests that synchronous XMLHttpRequests fail when they are disabled for docu
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS xhr.open("GET", "http://mydomain/", false) threw exception InvalidAccessError: Failed to execute 'open' on 'XMLHttpRequest': synchronous requests are disabled for this page..
+PASS xhr.open("GET", "http://mydomain/", false) threw exception InvalidAccessError: Failed to execute 'open' on 'XMLHttpRequest': Synchronous requests are disabled for this page..
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698