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

Unified Diff: third_party/WebKit/LayoutTests/media/controls/controls-cast-do-not-fade-out.html

Issue 2846713002: [Media] Added feature flag for new remote playback pipeline (Closed)
Patch Set: Fixed failing layout tests Created 3 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: third_party/WebKit/LayoutTests/media/controls/controls-cast-do-not-fade-out.html
diff --git a/third_party/WebKit/LayoutTests/media/controls-cast-do-not-fade-out.html b/third_party/WebKit/LayoutTests/media/controls/controls-cast-do-not-fade-out.html
similarity index 75%
rename from third_party/WebKit/LayoutTests/media/controls-cast-do-not-fade-out.html
rename to third_party/WebKit/LayoutTests/media/controls/controls-cast-do-not-fade-out.html
index 6d608be104e63dfdd61e93bf728ce06f18ac64ca..ffdcd7206910d05b7df16a5848f73352030a0c1e 100644
--- a/third_party/WebKit/LayoutTests/media/controls-cast-do-not-fade-out.html
+++ b/third_party/WebKit/LayoutTests/media/controls/controls-cast-do-not-fade-out.html
@@ -1,14 +1,14 @@
<!DOCTYPE html>
<title>This tests that controls do not fade out when the video is playing remotely.</title>
-<script src="../resources/testharness.js"></script>
-<script src="../resources/testharnessreport.js"></script>
-<script src="media-file.js"></script>
-<script src="media-controls.js"></script>
+<script src="../../resources/testharness.js"></script>
+<script src="../../resources/testharnessreport.js"></script>
+<script src="../media-file.js"></script>
+<script src="../media-controls.js"></script>
<video controls loop></video>
<script>
async_test(function(t) {
var video = document.querySelector("video");
- video.src = findMediaFile("video", "content/test");
+ video.src = findMediaFile("video", "../content/test");
video.onplaying = t.step_func(function() {
internals.mediaPlayerPlayingRemotelyChanged(video, true);

Powered by Google App Engine
This is Rietveld 408576698