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

Unified Diff: LayoutTests/fast/canvas/zero-size-fill-rect.html

Issue 187393007: Convert some pixel tests in fast/canvas into ref tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 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 side-by-side diff with in-line comments
Download patch
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';

Powered by Google App Engine
This is Rietveld 408576698