Chromium Code Reviews| 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
|