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

Unified Diff: dom/Geolocation.html

Issue 12244003: Fix individual tests to use the new location of test_controller.js (Closed) Base URL: svn://svn.chromium.org/multivm/trunk/webkit/LayoutTests/dart
Patch Set: Created 7 years, 10 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: dom/Geolocation.html
diff --git a/dom/Geolocation.html b/dom/Geolocation.html
index 161bef49dd9fb351f474b2bc3cc57faca7cda7ce..4ee67e3e9ee2e8f283a80d30d7a62de7b8117bc0 100644
--- a/dom/Geolocation.html
+++ b/dom/Geolocation.html
@@ -2,6 +2,6 @@
testRunner.setGeolocationPermission(true);
testRunner.setMockGeolocationPosition(239, 239, 1);
</script>
-<script type="application/javascript" src="../../../../../dart/pkg/unittest/test_controller.js"></script>
+<script type="application/javascript" src="../../../../../dart/pkg/unittest/lib/test_controller.js"></script>
<script type="application/dart" src="GeolocationTest.dart"></script>
<iframe src="../../../../../dart/frog/tip/frogger.html" style="visibility:hidden;display:none"></iframe>
ricow1 2013/02/07 06:51:53 non existent

Powered by Google App Engine
This is Rietveld 408576698