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

Side by Side Diff: LayoutTests/compositing/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>Tests decoding and rendering a video element that has a changing reso lution.</p> 4 <p>Tests decoding and rendering a video element that has a changing reso lution.</p>
5 <video width=320></video> 5 <video width=320></video>
6 <video width=320></video> 6 <video width=320></video>
7 <script> 7 <script>
8 if (window.testRunner) { 8 if (window.testRunner) {
9 testRunner.waitUntilDone(); 9 testRunner.waitUntilDone();
10 } 10 }
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 testRunner.notifyDone(); 48 testRunner.notifyDone();
49 } 49 }
50 }); 50 });
51 51
52 video.currentTime = 0.5; 52 video.currentTime = 0.5;
53 }); 53 });
54 } 54 }
55 </script> 55 </script>
56 </body> 56 </body>
57 </html> 57 </html>
OLDNEW
« no previous file with comments | « LayoutTests/compositing/tiny-layer-rotated-expected.txt ('k') | LayoutTests/editing/spelling/delete-misspelled-word.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698