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

Unified Diff: tools/testing/dart/browser_test.dart

Issue 23201005: Revert revision 26149. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 4 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 | « sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/browser_test.dart
===================================================================
--- tools/testing/dart/browser_test.dart (revision 26171)
+++ tools/testing/dart/browser_test.dart (working copy)
@@ -25,8 +25,7 @@
<script type="text/javascript"
src="/root_dart/pkg/unittest/lib/test_controller.js">
</script>
- <script type="$scriptType" src="$sourceScript" onerror="externalError(null)"
- defer>
+ <script type="$scriptType" src="$sourceScript" onerror="externalError(null)">
</script>
<script type="text/javascript"
src="/root_dart/pkg/browser/lib/dart.js"></script>
@@ -47,7 +46,7 @@
<script type="text/javascript">
if (navigator.webkitStartDart) navigator.webkitStartDart();
</script>
- <script type="$scriptType" src="$sourceScript" defer></script>
+ <script type="$scriptType" src="$sourceScript"></script>
</body>
</html>
""";
« no previous file with comments | « sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698