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

Unified Diff: LayoutTests/media/resources/video-with-poster-as-object-fallback.html

Issue 14495004: Remove left-over PageCache stuff (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/resources/video-with-poster-as-object-fallback.html
diff --git a/LayoutTests/media/resources/video-with-poster-as-object-fallback.html b/LayoutTests/media/resources/video-with-poster-as-object-fallback.html
deleted file mode 100644
index 7f6983bbc1eecee99358a96b2da16b622a84cba0..0000000000000000000000000000000000000000
--- a/LayoutTests/media/resources/video-with-poster-as-object-fallback.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<script src="../media-file.js"></script>
-<body onload="opener.childLoaded()">
-<object height="500" width="500">
-<video id="theVideo" controls="controls" poster="../content/abe.png" preload="auto">
-</video>
-<script>
-document.getElementById("theVideo").src = findMediaFile('video', '../content/counting');
-</script>
-</object>
-</body>

Powered by Google App Engine
This is Rietveld 408576698