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

Unified Diff: third_party/WebKit/LayoutTests/media/controls/controls-cast-button-narrow.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-button-narrow.html
diff --git a/third_party/WebKit/LayoutTests/media/controls-cast-button-narrow.html b/third_party/WebKit/LayoutTests/media/controls/controls-cast-button-narrow.html
similarity index 87%
rename from third_party/WebKit/LayoutTests/media/controls-cast-button-narrow.html
rename to third_party/WebKit/LayoutTests/media/controls/controls-cast-button-narrow.html
index a49674853ccc196487cc08f9a9ecc410651f44ac..34cd5310743ca1d64b34762cae9370396956a347 100644
--- a/third_party/WebKit/LayoutTests/media/controls-cast-button-narrow.html
+++ b/third_party/WebKit/LayoutTests/media/controls/controls-cast-button-narrow.html
@@ -1,14 +1,14 @@
<!DOCTYPE html>
<title>media controls cast button</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 width="100" height="200" controls></video>
<script>
async_test(function(t) {
var video = document.querySelector("video");
- video.src = findMediaFile("video", "content/test");
+ video.src = findMediaFile("video", "../content/test");
video.onloadedmetadata = t.step_func(function() {
// Pretend we have a cast device

Powered by Google App Engine
This is Rietveld 408576698