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

Unified Diff: third_party/WebKit/LayoutTests/media/controls/video-controls-with-cast-rendering.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/video-controls-with-cast-rendering.html
diff --git a/third_party/WebKit/LayoutTests/media/video-controls-with-cast-rendering.html b/third_party/WebKit/LayoutTests/media/controls/video-controls-with-cast-rendering.html
similarity index 86%
rename from third_party/WebKit/LayoutTests/media/video-controls-with-cast-rendering.html
rename to third_party/WebKit/LayoutTests/media/controls/video-controls-with-cast-rendering.html
index bbce17bac6ee625bbcbdead1a7d385648067593c..42233d47c5e9da2311867dcf1ecec29b87aae6f3 100644
--- a/third_party/WebKit/LayoutTests/media/video-controls-with-cast-rendering.html
+++ b/third_party/WebKit/LayoutTests/media/controls/video-controls-with-cast-rendering.html
@@ -1,8 +1,8 @@
<!DOCTYPE html>
<html>
<head>
- <script src="media-file.js"></script>
- <script src="video-paint-test.js"></script>
+ <script src="../media-file.js"></script>
+ <script src="../video-paint-test.js"></script>
</head>
<body>
<p>Test controls rendering with cast button.</p>
@@ -18,7 +18,7 @@
<script>
if (window.internals)
window.internals.settings.setMockScrollbarsEnabled(true);
-
+
var videos = document.getElementsByTagName('video');
waitForMultipleEvents("canplaythrough", videos.length, function() {
for (var i = 0; i < videos.length; ++i) {
@@ -35,7 +35,7 @@
testRunner.notifyDone();
});
});
- setSrcByTagName('video', findMediaFile('video', 'content/test'));
+ setSrcByTagName('video', findMediaFile('video', '../content/test'));
</script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698