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

Unified Diff: LayoutTests/fast/canvas/canvas-transform-nan.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/canvas-transform-nan.html
diff --git a/LayoutTests/fast/canvas/canvas-transform-nan.html b/LayoutTests/fast/canvas/canvas-transform-nan.html
index 90fa88f2857dc2c17282d44d4756d0ed992012d6..9c0cb4aa69f8fae9d1ee2edd7f3456e5805bd03f 100644
--- a/LayoutTests/fast/canvas/canvas-transform-nan.html
+++ b/LayoutTests/fast/canvas/canvas-transform-nan.html
@@ -5,9 +5,6 @@
<title>Canvas test: 2d.transformation.transform.nan</title>
<canvas id="canvas" class="output" width="100" height="100"><p class="fallback">FAIL (fallback content)</p></canvas>
<script>
-if (window.testRunner)
- testRunner.dumpAsTextWithPixelResults();
-
var ctx = document.getElementById("canvas").getContext("2d");
ctx.fillStyle = '#f00';
ctx.fillRect(0, 0, 100, 100);

Powered by Google App Engine
This is Rietveld 408576698