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

Unified Diff: LayoutTests/navigatorcontentutils/unregister-protocol-handler.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/unregister-protocol-handler.html
diff --git a/LayoutTests/fast/dom/navigatorcontentutils/unregister-protocol-handler.html b/LayoutTests/navigatorcontentutils/unregister-protocol-handler.html
similarity index 98%
rename from LayoutTests/fast/dom/navigatorcontentutils/unregister-protocol-handler.html
rename to LayoutTests/navigatorcontentutils/unregister-protocol-handler.html
index 28d721949c8712a5d372a7ddfef8abe78a86bb90..852511e74e9b977b331811918b18cebf3faf594e 100644
--- a/LayoutTests/fast/dom/navigatorcontentutils/unregister-protocol-handler.html
+++ b/LayoutTests/navigatorcontentutils/unregister-protocol-handler.html
@@ -1,6 +1,6 @@
<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.unregisterProtocolHandler throws the proper exceptions and has no-op default implementation.</p>

Powered by Google App Engine
This is Rietveld 408576698