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

Side by Side Diff: LayoutTests/fast/canvas/canvas-getImageData-largeNonintegralDimensions.html

Issue 7111053: Merge 87171 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/742/
Patch Set: Created 9 years, 6 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/canvas/canvas-getImageData-largeNonintegralDimensions-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 <html> 1 <html>
2 PASS! 2 PASS!
3 <script> 3 <script>
4 if (window.layoutTestController) 4 if (window.layoutTestController)
5 window.layoutTestController.dumpAsText(); 5 window.layoutTestController.dumpAsText();
6 6
7 var canvas = document.createElement("canvas"); 7 var canvas = document.createElement("canvas");
8 var ctx = canvas.getContext("2d"); 8 var ctx = canvas.getContext("2d");
9 ctx.getImageData(100.5, 2147483647.5, -2048.5, -2048.5); 9 ctx.getImageData(100.5, 2147483647.5, -2048.5, -2048.5);
10 </script> 10 </script>
11 </html> 11 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/canvas/canvas-getImageData-largeNonintegralDimensions-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698