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

Side by Side Diff: LayoutTests/media/video-frame-size-change.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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <body onload="load()"> 3 <body onload="load()">
4 <p>Test that a video element scales decoded frames to match the initial size 4 <p>Test that a video element scales decoded frames to match the initial size
5 as opposed to changing the size of the element.</p> 5 as opposed to changing the size of the element.</p>
6 <video width="320"></video> 6 <video width="320"></video>
7 <video></video> 7 <video></video>
8 8
9 <script> 9 <script>
10 if (window.testRunner) { 10 if (window.testRunner) {
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 74
75 video.currentTime = 1.0; 75 video.currentTime = 1.0;
76 video_fixed_size.currentTime = 0.5; 76 video_fixed_size.currentTime = 0.5;
77 }; 77 };
78 video.addEventListener('pause', onpause); 78 video.addEventListener('pause', onpause);
79 video_fixed_size.addEventListener('pause', onpause); 79 video_fixed_size.addEventListener('pause', onpause);
80 } 80 }
81 </script> 81 </script>
82 </body> 82 </body>
83 </html> 83 </html>
OLDNEW
« no previous file with comments | « LayoutTests/media/video-capture-preview-expected.txt ('k') | LayoutTests/media/video-scales-in-media-document.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698