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

Unified Diff: LayoutTests/media/viewport-in-standalone-media-document.html

Issue 74783002: Move media (as in audio/video) tests to media/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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/viewport-in-standalone-media-document.html
diff --git a/LayoutTests/fast/media/viewport-in-standalone-media-document.html b/LayoutTests/media/viewport-in-standalone-media-document.html
similarity index 79%
rename from LayoutTests/fast/media/viewport-in-standalone-media-document.html
rename to LayoutTests/media/viewport-in-standalone-media-document.html
index a777146eb98eadced132ffdc6a9ff86dba0905ef..ab612f58e041ae42bdd158d769c5fe6f0c11ef94 100644
--- a/LayoutTests/fast/media/viewport-in-standalone-media-document.html
+++ b/LayoutTests/media/viewport-in-standalone-media-document.html
@@ -1,8 +1,8 @@
<!DOCTYPE html>
<html>
<head>
- <script src="../../media/media-file.js"></script>
- <script src="../../media/video-test.js"></script>
+ <script src="../media/media-file.js"></script>
+ <script src="../media/video-test.js"></script>
<script>
var metaElement;
var standaloneMediaDocument;
@@ -29,7 +29,7 @@
</p>
<iframe id="videoframe" onload="frameLoaded()"></iframe>
<script>
- document.getElementById("videoframe").src = "../../media/" + findMediaFile("video", "content/test");
+ document.getElementById("videoframe").src = findMediaFile("video", "content/test");
</script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698