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

Unified Diff: samples/third_party/dromaeo/tests/dom-traverse-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-traverse-html.html
diff --git a/samples/third_party/dromaeo/tests/dom-traverse-html.html b/samples/third_party/dromaeo/tests/dom-traverse-html.html
index 33287d126240d0fa4fdc231db51a08bea7d7e416..ed1397673602d5c9436ca702414ad1179e1e4c2a 100644
--- a/samples/third_party/dromaeo/tests/dom-traverse-html.html
+++ b/samples/third_party/dromaeo/tests/dom-traverse-html.html
@@ -1,7 +1,7 @@
<html>
<head>
<script type="application/dart" src="dom-traverse-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