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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/workers/text-encoding-expected.txt

Issue 1990683002: [DevTools] Capture call stacks for deprecation console messages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased 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/http/tests/workers/text-encoding-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/workers/text-encoding-expected.txt b/third_party/WebKit/LayoutTests/http/tests/workers/text-encoding-expected.txt
index 33536609d64c335b061b4a14d31ce1aa2e25eae6..bbf2053110f4dae0e5e7268d2bb02272e677f9a9 100644
--- a/third_party/WebKit/LayoutTests/http/tests/workers/text-encoding-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/workers/text-encoding-expected.txt
@@ -1,4 +1,4 @@
-CONSOLE WARNING: Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.
+CONSOLE WARNING: line 64: Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.
This test verifies handling of text encoding in workers. The behavior matches FF3.1b2 with a single exclusion (see below).
This is what's tested:
- If http header 'Content-Type' with 'charset' specified is on response with worker script or XHR payload, that encoding is used.

Powered by Google App Engine
This is Rietveld 408576698