Chromium Code Reviews| Index: LayoutTests/fast/canvas/zero-size-fill-rect.html |
| diff --git a/LayoutTests/fast/canvas/zero-size-fill-rect.html b/LayoutTests/fast/canvas/zero-size-fill-rect.html |
| index 69d3a7f534fabe653a77a3c288f47728d0ebe0ea..0620e75fea522e01910f08de8eb49f4ce693d719 100644 |
| --- a/LayoutTests/fast/canvas/zero-size-fill-rect.html |
| +++ b/LayoutTests/fast/canvas/zero-size-fill-rect.html |
| @@ -9,9 +9,8 @@ |
| <head> |
| <script type="text/javascript"> |
| window.onload = function() { |
| - if (window.testRunner) |
| - testRunner.dumpAsTextWithPixelResults(); |
| - |
| + if (window.testRunner) |
| + testRunner.dumpAsText(); |
|
Stephen White
2014/03/05 21:29:33
Nit: tab instead of spaces (not new to this patch)
|
| var canvas = document.getElementById("test"); |
| var context = canvas.getContext("2d"); |
| context.fillStyle = '#f00'; |