Chromium Code Reviews

Side by Side Diff: third_party/WebKit/LayoutTests/fast/dom/Geolocation/error-service-connection-error.html

Issue 1367853002: Move GeolocationDispatcher into blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: minus most test changes Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
OLDNEW
1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> 1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2 <html> 2 <html>
3 <head> 3 <head>
4 <script src="../../../resources/js-test.js"></script> 4 <script src="../../../resources/js-test.js"></script>
5 <script src="../../../resources/mojo-helpers.js"></script> 5 <script src="../../../resources/mojo-helpers.js"></script>
6 <script src="resources/geolocation-mock.js"></script> 6 <script src="resources/geolocation-mock.js"></script>
7 <script src="script-tests/error-service-connection-error.js"></script>
7 </head> 8 </head>
8 <body> 9 <body>
9 <script src="script-tests/cached-position-called-once.js"></script>
10 </body> 10 </body>
11 </html> 11 </html>
OLDNEW

Powered by Google App Engine