Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(16)

Unified Diff: LayoutTests/dart/Encoding.html

Issue 9188009: Things to unfork. (Closed) Base URL: svn://svn.chromium.org/multivm/trunk/webkit
Patch Set: Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/dart/Encoding-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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">
-&#1055;&#1088;&#1086;&#1077;&#1082;&#1090;&#1099; &#1087;&#1086; &#1082;&#1086;&#1084;&#1087;&#1080;&#1083;&#1103;&#1094;&#1080;&#1080; &#1082;&#1086;&#1076;&#1072; &#1085;&#1072; &#1103;&#1079;&#1099;&#1082;&#1072;&#1093; Clojure &#1080; Pascal &#1074; JavaScript-&#1087;&#1088;&#1077;&#1076;&#1089;&#1090;&#1072;&#1074;&#1083;&#1077;&#1085;&#1080;&#1077;
-</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>
« no previous file with comments | « no previous file | LayoutTests/dart/Encoding-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698