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

Unified Diff: LayoutTests/media/video-scales-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-scales-in-media-document.html
diff --git a/LayoutTests/platform/chromium/media/video-scales-in-media-document.html b/LayoutTests/media/video-scales-in-media-document.html
similarity index 81%
rename from LayoutTests/platform/chromium/media/video-scales-in-media-document.html
rename to LayoutTests/media/video-scales-in-media-document.html
index 0911e364934a889490f025c8be17dceec0cbdad7..51b6a85c3b0fd8e135cde2f696eee172ec93895b 100644
--- a/LayoutTests/platform/chromium/media/video-scales-in-media-document.html
+++ b/LayoutTests/media/video-scales-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 canPlayThrough(event) {
var video = event.target;
@@ -20,7 +20,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/video-frame-size-change.html ('k') | LayoutTests/media/video-scales-in-media-document-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698