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

Unified Diff: LayoutTests/fast/canvas/canvas-transform-multiply.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-multiply.html
diff --git a/LayoutTests/fast/canvas/canvas-transform-multiply.html b/LayoutTests/fast/canvas/canvas-transform-multiply.html
index 696c35ada271d6c5b8c329de2c9b10bd44c7687a..f0d9fd4b937acb30e8cd344cea2511167f503b4f 100644
--- a/LayoutTests/fast/canvas/canvas-transform-multiply.html
+++ b/LayoutTests/fast/canvas/canvas-transform-multiply.html
@@ -5,9 +5,6 @@
<title>Canvas test: 2d.transformation.transform.multiply</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