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

Unified Diff: LayoutTests/navigatorcontentutils/is-protocol-handler-registered.html

Issue 335783003: Move navigatorcontentutils directory to top of LayoutTests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix wrong include path in tests Created 6 years, 6 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/navigatorcontentutils/is-protocol-handler-registered.html
diff --git a/LayoutTests/fast/dom/navigatorcontentutils/is-protocol-handler-registered.html b/LayoutTests/navigatorcontentutils/is-protocol-handler-registered.html
similarity index 97%
rename from LayoutTests/fast/dom/navigatorcontentutils/is-protocol-handler-registered.html
rename to LayoutTests/navigatorcontentutils/is-protocol-handler-registered.html
index 4138d770bbd6f7e4c5291f68e844b353808926f8..3bc676b36faf623ac2b92793a0a3ffb445449f6b 100644
--- a/LayoutTests/fast/dom/navigatorcontentutils/is-protocol-handler-registered.html
+++ b/LayoutTests/navigatorcontentutils/is-protocol-handler-registered.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
-<script src="../../../resources/js-test.js"></script>
+<script src="../resources/js-test.js"></script>
</head>
<body>
<p>This test makes sure that navigator.isProtocolHandlerRegistered throws the proper exceptions and returns the default state of handler.</p>

Powered by Google App Engine
This is Rietveld 408576698