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. |