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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <script> 1 <script>
2 testRunner.setGeolocationPermission(true); 2 testRunner.setGeolocationPermission(true);
3 testRunner.setMockGeolocationPosition(239, 239, 1); 3 testRunner.setMockGeolocationPosition(239, 239, 1);
4 </script> 4 </script>
5 <script type="application/javascript" src="../../../../../dart/pkg/unittest/test _controller.js"></script> 5 <script type="application/javascript" src="../../../../../dart/pkg/unittest/lib/ test_controller.js"></script>
6 <script type="application/dart" src="GeolocationTest.dart"></script> 6 <script type="application/dart" src="GeolocationTest.dart"></script>
7 <iframe src="../../../../../dart/frog/tip/frogger.html" style="visibility:hidden ;display:none"></iframe> 7 <iframe src="../../../../../dart/frog/tip/frogger.html" style="visibility:hidden ;display:none"></iframe>
ricow1 2013/02/07 06:51:53 non existent
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698