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

Unified Diff: third_party/WebKit/LayoutTests/fast/xmlhttprequest/xmlhttprequest-set-responsetype-expected.txt

Issue 1990353002: [DevTools] Capture call stacks for console messages without location. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: one more win7 expectation Created 4 years, 7 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: third_party/WebKit/LayoutTests/fast/xmlhttprequest/xmlhttprequest-set-responsetype-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/xmlhttprequest/xmlhttprequest-set-responsetype-expected.txt b/third_party/WebKit/LayoutTests/fast/xmlhttprequest/xmlhttprequest-set-responsetype-expected.txt
index fd2df15db9274c5165c38e97f76b45f4011287e4..5806f590561598fbcd9e9a7a12dccbd03cf7b939 100644
--- a/third_party/WebKit/LayoutTests/fast/xmlhttprequest/xmlhttprequest-set-responsetype-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/xmlhttprequest/xmlhttprequest-set-responsetype-expected.txt
@@ -1,5 +1,5 @@
-CONSOLE WARNING: The provided value 'dkjdfkjdfkj' is not a valid enum value of type XMLHttpRequestResponseType.
-CONSOLE WARNING: The provided value 'asdfasdfasd' is not a valid enum value of type XMLHttpRequestResponseType.
+CONSOLE WARNING: line 1: The provided value 'dkjdfkjdfkj' is not a valid enum value of type XMLHttpRequestResponseType.
+CONSOLE WARNING: line 1: The provided value 'asdfasdfasd' is not a valid enum value of type XMLHttpRequestResponseType.
This test checks if setting non-supported type does not throw an exception
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".

Powered by Google App Engine
This is Rietveld 408576698