Chromium Code Reviews

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/Geolocation/callback-to-deleted-context.html

Issue 1948033003: Convert most geolocation layout tests to use a JS mock implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@permission-disconnect
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/callback-to-deleted-context.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/callback-to-deleted-context.html b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/callback-to-deleted-context.html
index 0b27eb3f5b3c5dee4c70b6dc6279aa5cda94eb30..e2fc9561b38148c32d0792f7580f00a05bf32c0b 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/callback-to-deleted-context.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/callback-to-deleted-context.html
@@ -2,6 +2,8 @@
<html>
<head>
<script src="../../../resources/js-test.js"></script>
+<script src="../../../resources/mojo-helpers.js"></script>
+<script src="resources/geolocation-mock.js"></script>
</head>
<body>
<script src="script-tests/callback-to-deleted-context.js"></script>

Powered by Google App Engine