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

Unified Diff: LayoutTests/http/tests/eventsource/eventsource-content-type-charset-expected.txt

Issue 26770004: Add console message levels to test expectation output. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Tests. Created 7 years, 2 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/eventsource/eventsource-content-type-charset-expected.txt
diff --git a/LayoutTests/http/tests/eventsource/eventsource-content-type-charset-expected.txt b/LayoutTests/http/tests/eventsource/eventsource-content-type-charset-expected.txt
index 48f5eed0e7e82bf3029a584b3f3e58e3836bc0cf..53fe0ddbfcf82a474cac1358faaa0b8b367e29e6 100644
--- a/LayoutTests/http/tests/eventsource/eventsource-content-type-charset-expected.txt
+++ b/LayoutTests/http/tests/eventsource/eventsource-content-type-charset-expected.txt
@@ -1,5 +1,5 @@
-CONSOLE MESSAGE: EventSource's response has a charset ("windows-1251") that is not UTF-8. Aborting the connection.
-CONSOLE MESSAGE: EventSource's response has a MIME type ("text/event-stream-foobar") that is not "text/event-stream". Aborting the connection.
+CONSOLE ERROR: EventSource's response has a charset ("windows-1251") that is not UTF-8. Aborting the connection.
+CONSOLE ERROR: EventSource's response has a MIME type ("text/event-stream-foobar") that is not "text/event-stream". Aborting the connection.
Test for bug 45372: https://bugs.webkit.org/show_bug.cgi?id=45372
Test EventSource with an event-stream with a Content-Type with a charset is still recognized. You should see 5 PASSED below.

Powered by Google App Engine
This is Rietveld 408576698