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

Side by Side Diff: LayoutTests/fast/sub-pixel/large-sizes.html

Issue 10908295: Merge 127933 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1229/
Patch Set: Created 8 years, 3 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 | « no previous file | LayoutTests/fast/sub-pixel/large-sizes-expected.txt » ('j') | 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 <script src="../js/resources/js-test-pre.js"></script> 4 <script src="../js/resources/js-test-pre.js"></script>
5 </head> 5 </head>
6 <body> 6 <body>
7 <p> 7 <p>
8 Test handling of sizes exceeding the maximum supported value. 8 Test handling of sizes exceeding the maximum supported value.
9 </p> 9 </p>
10 <script> 10 <script>
(...skipping 21 matching lines...) Expand all
32 testSize(35791390, 35791392); // float impression 32 testSize(35791390, 35791392); // float impression
33 testSize(35791392, 35791392); 33 testSize(35791392, 35791392);
34 testSize(35791394, 35791392); // float impression 34 testSize(35791394, 35791392); // float impression
35 testSize(35791395, 0); 35 testSize(35791395, 0);
36 testSize(35791396, 0); 36 testSize(35791396, 0);
37 37
38 document.body.removeChild(el); 38 document.body.removeChild(el);
39 </script> 39 </script>
40 </body> 40 </body>
41 </html> 41 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/sub-pixel/large-sizes-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698