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 |
deleted file mode 100644 |
index 4ac83bf9f87edc505ba589e40ac4e15aea871e11..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/scripting-1/the-script-element/external-script-windows1250.js |
+++ /dev/null |
@@ -1,5 +0,0 @@ |
-(function() { |
- window.getSomeString = function() { |
- return "湿"; //<- these are five Polish letters, similar to scazz. It can be read correctly only with windows 1250 encoding. |
- }; |
-})(); |