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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/preload/resources/charset.js

Issue 2019303002: Add Document encoding to header preloaded requests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/preload/resources/charset.js
diff --git a/third_party/WebKit/LayoutTests/http/tests/preload/resources/charset.js b/third_party/WebKit/LayoutTests/http/tests/preload/resources/charset.js
new file mode 100644
index 0000000000000000000000000000000000000000..d32f9a8df4206fbde2684247ba9447430bcb237c
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/preload/resources/charset.js
@@ -0,0 +1 @@
+window.preload_header = 'Кириллиця';
Mike West 2016/05/30 10:59:55 How does this actually test what you want to test?
Yoav Weiss 2016/05/30 11:02:44 The JS set the string according to the JS's encodi

Powered by Google App Engine
This is Rietveld 408576698