Chromium Code Reviews

Unified 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: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/LayoutTests/fast/dom/Geolocation/error-service-connection-error.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/cached-position-called-once.html b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/error-service-connection-error.html
similarity index 78%
copy from third_party/WebKit/LayoutTests/fast/dom/Geolocation/cached-position-called-once.html
copy to third_party/WebKit/LayoutTests/fast/dom/Geolocation/error-service-connection-error.html
index 7a54965d42a81149b8487d396f013a76eb246995..35d65c5646907a46dcc40680abfe129fd08d717b 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/cached-position-called-once.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/error-service-connection-error.html
@@ -4,8 +4,8 @@
<script src="../../../resources/js-test.js"></script>
<script src="../../../resources/mojo-helpers.js"></script>
<script src="resources/geolocation-mock.js"></script>
+<script src="script-tests/error-service-connection-error.js"></script>
</head>
<body>
-<script src="script-tests/cached-position-called-once.js"></script>
</body>
</html>

Powered by Google App Engine