| The letters in the right image should be crisp and non-blurry like the letters in the left image.<p> |
| <img id="result" onload="testDone()"> |
| window.testRunner.dumpAsTextWithPixelResults(); |
| window.testRunner.waitUntilDone(); |
| window.testRunner.notifyDone(); |
| image.onload = function() { |
| var canvas = document.querySelector('canvas'); |
| canvas.width = this.width; |
| canvas.height = this.height; |
| canvas.getContext('2d').drawImage(this, 0, 0); |
| result.src = canvas.toDataURL('image/jpeg', 1.0); |
| document.body.style.zoom = 1.3; |
| image.src = "resources/letters.png"; |