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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <script src="../media-file.js"></script>
2 <body onload="opener.childLoaded()">
3 <object height="500" width="500">
4 <video id="theVideo" controls="controls" poster="../content/abe.png" preload="au to">
5 </video>
6 <script>
7 document.getElementById("theVideo").src = findMediaFile('video', '../content/cou nting');
8 </script>
9 </object>
10 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698