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

Unified Diff: LayoutTests/dart/Window-onload.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 | « LayoutTests/dart/Node-expected.txt ('k') | LayoutTests/dart/Window-onload-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/dart/Window-onload.html
diff --git a/LayoutTests/dart/Window-onload.html b/LayoutTests/dart/Window-onload.html
deleted file mode 100644
index 62edf07d7401619aa4392ed03c085d4b81d06b87..0000000000000000000000000000000000000000
--- a/LayoutTests/dart/Window-onload.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<html>
-<body>
-
-<div id="status">Undefined</div>
-
-<script type="application/dart">
-#import("dart:dom");
-void run() {
- HTMLElement element = document.getElementById("status");
- element.innerText = "Hello from Dart";
-}
-
-void main() {
- if (null !== layoutTestController) {
- layoutTestController.dumpAsText();
- }
- window.addEventListener('load', (Event e) => run());
-}
-</script>
-
-<script>
-// Fake script to trigger Dart execution.
-</script>
-
-</body>
-</html>
« no previous file with comments | « LayoutTests/dart/Node-expected.txt ('k') | LayoutTests/dart/Window-onload-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698