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

Unified Diff: LayoutTests/vibration/navigator-vibration.html

Issue 39313002: Move vibration test case to the vibration directory. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 2 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/vibration/navigator-vibration.html
diff --git a/LayoutTests/fast/dom/navigator-vibration.html b/LayoutTests/vibration/navigator-vibration.html
similarity index 88%
rename from LayoutTests/fast/dom/navigator-vibration.html
rename to LayoutTests/vibration/navigator-vibration.html
index 175f75c13dacfd8a510bcdd9807e3a3beea1a8db..b147bdfd0ff7cab1bcd7312c0e055406d1beade2 100644
--- a/LayoutTests/fast/dom/navigator-vibration.html
+++ b/LayoutTests/vibration/navigator-vibration.html
@@ -1,6 +1,6 @@
<html>
<head>
-<script src="../js/resources/js-test-pre.js"></script>
+<script src="../fast/js/resources/js-test-pre.js"></script>
</head>
<body>
<script>
@@ -28,6 +28,6 @@ shouldBeTrue("var p = []; for (var i = 0; i < 100; i++) p[i] = 1; navigator.vibr
shouldThrow("navigator.vibrate();");
shouldThrow("navigator.vibrate([1], [2]);");
</script>
-<script src="../js/resources/js-test-post.js"></script>
+<script src="../fast/js/resources/js-test-post.js"></script>
</body>
</html>
« no previous file with comments | « LayoutTests/fast/dom/navigator-vibration-expected.txt ('k') | LayoutTests/vibration/navigator-vibration-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698