Chromium Code Reviews

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/Geolocation/script-tests/TEMPLATE.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/script-tests/TEMPLATE.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/script-tests/TEMPLATE.html b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/script-tests/TEMPLATE.html
deleted file mode 100644
index a44cea6ae5efb61151a6c29de25eb96b9e332bb8..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/script-tests/TEMPLATE.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
-<html>
-<head>
-<script src="../../../resources/js-test.js"></script>
-</head>
-<body>
-<script src="YOUR_JS_FILE_HERE"></script>
-</body>
-</html>

Powered by Google App Engine