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

Unified Diff: LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-responseText-exception-expected.txt

Issue 950063004: Fix a XHR layout test that may cause a falkiness of other tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 months 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/xmlhttprequest/xmlhttprequest-responseText-exception-expected.txt
diff --git a/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-responseText-exception-expected.txt b/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-responseText-exception-expected.txt
index 044873468a4b45bd5a750b3a4e15ee9e741f5ed5..022f000741a9698aa8b3c503dc8887ffa022e52d 100644
--- a/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-responseText-exception-expected.txt
+++ b/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-responseText-exception-expected.txt
@@ -1,9 +1,13 @@
-Test bug 12914 : Trying to access XMLHttpRequest.responseText or responseXML when they are not available should raise an exception
+XMLHttpRequest.responseText should not throw even when not (loading or done).
-Should see "PASS" four times:
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS
-PASS
-PASS
-PASS
+
+PASS readyState = 1
+PASS readyState = 2
+PASS readyState = 3
+PASS readyState = 4
+PASS successfullyParsed is true
+
+TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698