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

Unified Diff: third_party/WebKit/LayoutTests/media/controls/video-controls-overflow-menu-hide-on-resize.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-overflow-menu-hide-on-resize.html
diff --git a/third_party/WebKit/LayoutTests/media/video-controls-overflow-menu-hide-on-resize.html b/third_party/WebKit/LayoutTests/media/controls/video-controls-overflow-menu-hide-on-resize.html
similarity index 81%
rename from third_party/WebKit/LayoutTests/media/video-controls-overflow-menu-hide-on-resize.html
rename to third_party/WebKit/LayoutTests/media/controls/video-controls-overflow-menu-hide-on-resize.html
index e3c6b13c09356bc1e355915599883241ee71891b..f892a7e2a69bec51eaafbe98a2217fcd18e3f8f1 100644
--- a/third_party/WebKit/LayoutTests/media/video-controls-overflow-menu-hide-on-resize.html
+++ b/third_party/WebKit/LayoutTests/media/controls/video-controls-overflow-menu-hide-on-resize.html
@@ -6,11 +6,11 @@
height: 1000px;
}
</style>
-<script src="../resources/testharness.js"></script>
-<script src="../resources/testharnessreport.js"></script>
-<script src="media-controls.js"></script>
-<script src="media-file.js"></script>
-<script src="overflow-menu.js"></script>
+<script src="../../resources/testharness.js"></script>
+<script src="../../resources/testharnessreport.js"></script>
+<script src="../media-controls.js"></script>
+<script src="../media-file.js"></script>
+<script src="../overflow-menu.js"></script>
<!--Padding ensures the overflow menu is visible for the tests. -->
<body style="padding-top: 200px; padding-left: 100px">
@@ -22,7 +22,7 @@ async_test(function(t) {
// Set up video
var video = document.querySelector("video");
- video.src = findMediaFile("video", "content/test");
+ video.src = findMediaFile("video", "../content/test");
video.setAttribute("width", "60");
// Add captions
var track = video.addTextTrack("captions");

Powered by Google App Engine
This is Rietveld 408576698