| Index: PerformanceTests/Canvas/drawimage-not-pixelaligned.html
|
| diff --git a/PerformanceTests/Canvas/drawimage.html b/PerformanceTests/Canvas/drawimage-not-pixelaligned.html
|
| similarity index 90%
|
| copy from PerformanceTests/Canvas/drawimage.html
|
| copy to PerformanceTests/Canvas/drawimage-not-pixelaligned.html
|
| index c9d44920e99385a44f6e12afa3895a2e0ff5659a..277d8dec0a956de80245264779c5bec8f0c8db23 100644
|
| --- a/PerformanceTests/Canvas/drawimage.html
|
| +++ b/PerformanceTests/Canvas/drawimage-not-pixelaligned.html
|
| @@ -16,7 +16,7 @@ target.height = source.height;
|
| var context = target.getContext("2d")
|
|
|
| PerfTestRunner.measureRunsPerSecond({run: function() {
|
| - context.drawImage(source, 0, 0);
|
| + context.drawImage(source, 10.5, 10.5, 200, 200);
|
| }});
|
| </script>
|
| </body>
|
|
|