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

Unified Diff: third_party/WebKit/LayoutTests/media/controls/video-overlay-cast-covering.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-overlay-cast-covering.html
diff --git a/third_party/WebKit/LayoutTests/media/video-overlay-cast-covering.html b/third_party/WebKit/LayoutTests/media/controls/video-overlay-cast-covering.html
similarity index 83%
rename from third_party/WebKit/LayoutTests/media/video-overlay-cast-covering.html
rename to third_party/WebKit/LayoutTests/media/controls/video-overlay-cast-covering.html
index ddfa8bb97bb771fef9fa7fc2170aa5532a2c0dfc..2031db596342c83b201797d7f07bef0dcf4aa81a 100644
--- a/third_party/WebKit/LayoutTests/media/video-overlay-cast-covering.html
+++ b/third_party/WebKit/LayoutTests/media/controls/video-overlay-cast-covering.html
@@ -2,9 +2,9 @@
<html>
<head>
<title>Hiding the cast overlay button</title>
- <script src="media-controls.js"></script>
- <script src="../resources/testharness.js"></script>
- <script src="../resources/testharnessreport.js"></script>
+ <script src="../media-controls.js"></script>
+ <script src="../../resources/testharness.js"></script>
+ <script src="../../resources/testharnessreport.js"></script>
<style>
body { background-color: gray; }
.video-group { position: absolute; }
@@ -17,12 +17,12 @@
</head>
<body onload="async_test(testOverlayVisibility)">
<div id="v1" class="video-group">
- <video src="resources/test-positive-start-time.webm"
+ <video src="../resources/test-positive-start-time.webm"
class="should-not-have-overlay-btn"></video>
<div class="overlay"></div>
</div>
<div id="v2" class="video-group">
- <video src="resources/test-positive-start-time.webm"
+ <video src="../resources/test-positive-start-time.webm"
class="should-have-overlay-btn"></video>
</div>
<script>

Powered by Google App Engine
This is Rietveld 408576698