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

Unified Diff: LayoutTests/media/video-black-bg-in-media-document.html

Issue 14120003: Move LayoutTests from platform/chromium/... to generic location (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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: LayoutTests/media/video-black-bg-in-media-document.html
diff --git a/LayoutTests/platform/chromium/media/video-black-bg-in-media-document.html b/LayoutTests/media/video-black-bg-in-media-document.html
similarity index 80%
rename from LayoutTests/platform/chromium/media/video-black-bg-in-media-document.html
rename to LayoutTests/media/video-black-bg-in-media-document.html
index 18c74b6eab9b7907c17d46d308cdb450964d17bd..ae45ff676583c22da6f928c36b8236bc5fa9583e 100644
--- a/LayoutTests/platform/chromium/media/video-black-bg-in-media-document.html
+++ b/LayoutTests/media/video-black-bg-in-media-document.html
@@ -1,7 +1,7 @@
<html>
<head>
- <script src="../../../media/media-file.js"></script>
- <script src="../../../media/video-test.js"></script>
+ <script src="media-file.js"></script>
+ <script src="video-test.js"></script>
<script>
function iframeLoad() {
var iframe = document.querySelector("iframe");
@@ -16,7 +16,7 @@
function load() {
var iframe = document.querySelector("iframe");
iframe.onload = iframeLoad;
- iframe.src = findMediaFile("video", "../../../media/content/counting");
+ iframe.src = findMediaFile("video", "content/counting");
}
</script>
</head>
« no previous file with comments | « LayoutTests/media/resources/frame_size_change.webm ('k') | LayoutTests/media/video-black-bg-in-media-document-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698