Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/scripting-1/the-script-element/external-script-windows1250.js |
| diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/scripting-1/the-script-element/external-script-windows1250.js b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/scripting-1/the-script-element/external-script-windows1250.js |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..50de6932ba25bf02d8142688d9fec8fc30d83360 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/scripting-1/the-script-element/external-script-windows1250.js |
| @@ -0,0 +1,5 @@ |
| +(function() { |
| + window.getSomeString = function() { |
| + return "湿"; //<- these are five Polish letters, similar to scazz. It can be read correctly only with windows 1250 encoding. |
|
jsbell
2016/04/04 20:19:41
Watch out - since this file is not UTF-8 it may re
|
| + }; |
| +})(); |