Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/external/wpt/html/semantics/scripting-1/the-script-element/external-script-utf8.js |
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/html/semantics/scripting-1/the-script-element/external-script-utf8.js b/third_party/WebKit/LayoutTests/external/wpt/html/semantics/scripting-1/the-script-element/external-script-utf8.js |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..eb442c97bc9153dca88c651c91a5a6bb92700aa8 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/external/wpt/html/semantics/scripting-1/the-script-element/external-script-utf8.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. |
| + }; |
| +})(); |