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

Unified Diff: samples/third_party/dromaeo/tests/dom-modify-html.html

Issue 12086028: Fix up dromaeo after lib v2 merge and add Dromaeo smoketest to prevent future (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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
Index: samples/third_party/dromaeo/tests/dom-modify-html.html
diff --git a/samples/third_party/dromaeo/tests/dom-modify-html.html b/samples/third_party/dromaeo/tests/dom-modify-html.html
index 4c081784aa9247dde5aa128c26b5b355dcf8e5dc..4663c13c29a6466a4ddae038b3982a8b9f1cf46b 100644
--- a/samples/third_party/dromaeo/tests/dom-modify-html.html
+++ b/samples/third_party/dromaeo/tests/dom-modify-html.html
@@ -1,7 +1,7 @@
<html>
<head>
<script type="application/dart" src="dom-modify-html.dart"></script>
-<script src="http://dart.googlecode.com/svn/branches/bleeding_edge/dart/client/dart.js"></script>
+<script src="../../../../pkg/browser/lib/dart.js"></script>
</head>
<body>
<div class="head">

Powered by Google App Engine
This is Rietveld 408576698