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

Unified Diff: tests/html/canvas_simple_htmltest.html

Issue 695893002: Working SimpleHTML test front end (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 2 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 | tools/testing/dart/browser_controller.dart » ('j') | tools/testing/dart/test_suite.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/html/canvas_simple_htmltest.html
diff --git a/tests/html/canvas_simple_htmltest.html b/tests/html/canvas_simple_htmltest.html
new file mode 100644
index 0000000000000000000000000000000000000000..f169f27c70d20d98b8c124bbfaaa63574102721b
--- /dev/null
+++ b/tests/html/canvas_simple_htmltest.html
@@ -0,0 +1,33 @@
+START_HTML_DART_TEST
+{
+ "scripts": [ ],
+ "expectedMessages": ["hest", "fisk"]
+}
+END_HTML_DART_TEST
+<html>
+<head>
+<script>window.parent.dispatchEvent(new Event('detect_errors'));</script>
+<title>Simple HTML test</title>
+<script>//throw "no I won't";</script>
+</head><body>
+<h1>This is Bill's test</h1>
+<script>
+//throw "yes i can";
+window.postMessage('fisk', '*');
+
+window.postMessage('ged', '*');
+window.postMessage('fisk', '*');
+
+ function delayed() {
+ a = new Object();
+ parent.postMessage('barfoofoo', '*');
+ // a.b = c;
+ // throw "hesse error";
+ window.postMessage('hest', '*');
+ }
+ setTimeout(delayed, 5000);
+
+
+</script>
+</body>
+</html>
« no previous file with comments | « no previous file | tools/testing/dart/browser_controller.dart » ('j') | tools/testing/dart/test_suite.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698