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

Unified Diff: LayoutTests/media/media-volume-slider-hit-test.html

Issue 14120003: Move LayoutTests from platform/chromium/... to generic location (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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/media/media-volume-slider-hit-test.html
diff --git a/LayoutTests/platform/chromium/media/media-volume-slider-hit-test.html b/LayoutTests/media/media-volume-slider-hit-test.html
similarity index 90%
rename from LayoutTests/platform/chromium/media/media-volume-slider-hit-test.html
rename to LayoutTests/media/media-volume-slider-hit-test.html
index 36a773adce51c90ce2f5a0cdc398b69cdb7fa7f7..d52cfe03a05723f76a2cff4ce44326faff392e74 100644
--- a/LayoutTests/platform/chromium/media/media-volume-slider-hit-test.html
+++ b/LayoutTests/media/media-volume-slider-hit-test.html
@@ -2,7 +2,7 @@
<html>
<head>
<script src=media-file.js></script>
-<script src="../../../fast/js/resources/js-test-pre.js"></script>
+<script src="../fast/js/resources/js-test-pre.js"></script>
</head>
<body>
<p id="description">Clicking middle of volume slider should set the value to middle.</p>
@@ -39,6 +39,6 @@ clickSliderMiddle(volumeSlider);
shouldBe('volumeSlider.value', '"5"');
</script>
-<script src="../../../fast/js/resources/js-test-post.js"></script>
+<script src="../fast/js/resources/js-test-post.js"></script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698