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

Unified Diff: tests/html/no_linked_scripts_htmltest.html

Issue 705733003: Support dart and js scripts in HTML tests, on dartium. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. Created 6 years, 1 month 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 | « tests/html/html.status ('k') | tests/html/scripts_htmltest.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/html/no_linked_scripts_htmltest.html
diff --git a/tests/html/no_linked_scripts_htmltest.html b/tests/html/no_linked_scripts_htmltest.html
index 23261a940c28a53fbcdff8e1553e5db5e12bfb9c..613f65eceec8c33a84965535338a1d35a5219424 100644
--- a/tests/html/no_linked_scripts_htmltest.html
+++ b/tests/html/no_linked_scripts_htmltest.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
-Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
for details. All rights reserved. Use of this source code is governed by a
BSD-style license that can be found in the LICENSE file.
-->
@@ -14,20 +14,20 @@ END_HTML_DART_TEST
-->
<html>
<head>
-<script>window.parent.dispatchEvent(new Event('detect_errors'));</script>
-<title>No Linked Scripts HTML test</title>
+ <script>window.parent.dispatchEvent(new Event('detect_errors'));</script>
+ <title>No Linked Scripts HTML test</title>
</head><body>
-<h1>No Linked Scripts HTML test</h1>
-<script>
-window.postMessage('fisk', '*');
-window.postMessage('ged', '*');
-window.postMessage('fisk', '*');
+ <h1>No Linked Scripts HTML test</h1>
+ <script>
+ window.postMessage('fisk', '*');
+ window.postMessage('ged', '*');
+ window.postMessage('fisk', '*');
-function delayed() {
- parent.postMessage('ko', '*');
- window.postMessage('hest', '*');
- }
-setTimeout(delayed, 5000);
-</script>
+ function delayed() {
+ parent.postMessage('ko', '*');
+ window.postMessage('hest', '*');
+ }
+ setTimeout(delayed, 5000);
+ </script>
</body>
</html>
« no previous file with comments | « tests/html/html.status ('k') | tests/html/scripts_htmltest.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698