Index: LayoutTests/dart/Encoding.html |
diff --git a/LayoutTests/dart/Encoding.html b/LayoutTests/dart/Encoding.html |
deleted file mode 100644 |
index 7694242df97695fe44c4e75253a8637372c56e34..0000000000000000000000000000000000000000 |
--- a/LayoutTests/dart/Encoding.html |
+++ /dev/null |
@@ -1,36 +0,0 @@ |
- |
-<head> |
-<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=koi8-r"> |
-</head> |
-<body> |
- |
-<div id="data"> |
-Проекты по компиляции кода на языках Clojure и Pascal в JavaScript-представление |
-</div> |
- |
-<script type="application/dart"> |
-#import('dart:dom'); |
- |
-void main() { |
- if (null !== layoutTestController) { |
- layoutTestController.dumpAsText(); |
- } |
- |
- HTMLElement body = document.body; |
- |
- HTMLElement e2 = document.getElementById('data'); |
- String content = e2.innerHTML; |
- |
- HTMLElement e1 = document.createElement('div'); |
- e1.innerHTML = content; |
- body.appendChild(e1); |
-} |
- |
-</script> |
- |
-<script> |
-// Fake script to trigger Dart execution. |
-</script> |
- |
-</body> |
-</html> |