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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/images/jpeg-yuv-image-decoding.html

Issue 1836293004: Rename YUV JPEG image decoding layout test (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/images/jpeg-ycbcr-vuv-image-decoding.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <!-- Use a <meta> viewport, refer to http://crbug.com/598949 -->
4 <meta name="viewport" content="width=device-width, minimum-scale=1.0"> 5 <meta name="viewport" content="width=device-width, minimum-scale=1.0">
5 <style> img { margin: 5px; } </style> 6 <style> img { margin: 5px; } </style>
6 </head> 7 </head>
7 8
8 <img src="resources/ycbcr-420-fast-int-progressive.jpg" title="ycbcr-420-fast-in t-progressive.jpg"> 9 <img src="resources/ycbcr-420-fast-int-progressive.jpg" title="ycbcr-420-fast-in t-progressive.jpg">
9 <img src="resources/ycbcr-420-float-progressive.jpg" title="ycbcr-420-float-prog ressive.jpg"> 10 <img src="resources/ycbcr-420-float-progressive.jpg" title="ycbcr-420-float-prog ressive.jpg">
10 <img src="resources/ycbcr-420-float.jpg" title="ycbcr-420-float.jpg"> 11 <img src="resources/ycbcr-420-float.jpg" title="ycbcr-420-float.jpg">
11 <img src="resources/ycbcr-420-progressive-smooth.jpg" title="ycbcr-420-progressi ve-smooth.jpg"> 12 <img src="resources/ycbcr-420-progressive-smooth.jpg" title="ycbcr-420-progressi ve-smooth.jpg">
12 <img src="resources/ycbcr-420-progressive.jpg" title="ycbcr-420-progressive.jpg" > 13 <img src="resources/ycbcr-420-progressive.jpg" title="ycbcr-420-progressive.jpg" >
13 <img src="resources/ycbcr-420.jpg" title="ycbcr-420.jpg"> 14 <img src="resources/ycbcr-420.jpg" title="ycbcr-420.jpg">
(...skipping 20 matching lines...) Expand all
34 } 35 }
35 36
36 for (var i = 0; i < images.length; ++i) 37 for (var i = 0; i < images.length; ++i)
37 results.innerHTML += detailsForImage(images[i]) + '\n'; 38 results.innerHTML += detailsForImage(images[i]) + '\n';
38 39
39 if (window.testRunner) 40 if (window.testRunner)
40 testRunner.notifyDone(); 41 testRunner.notifyDone();
41 }; 42 };
42 </script> 43 </script>
43 </html> 44 </html>
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/images/jpeg-ycbcr-vuv-image-decoding.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698