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

Unified Diff: LayoutTests/fast/canvas/canvas-resize-reset.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-resize-reset.html
diff --git a/LayoutTests/fast/canvas/canvas-resize-reset.html b/LayoutTests/fast/canvas/canvas-resize-reset.html
index f29ad7eae62f5cdb363c626e3c932cb39d3aaff8..310d31a93ea8437046907be43db2f5a7a88b0ba0 100644
--- a/LayoutTests/fast/canvas/canvas-resize-reset.html
+++ b/LayoutTests/fast/canvas/canvas-resize-reset.html
@@ -7,9 +7,6 @@
<p>There should be nothing below. Bug 8994. </p>
<p><canvas width="200" height="100">FAIL</canvas></p>
<script>
- if (window.testRunner)
- testRunner.dumpAsTextWithPixelResults();
-
var canvas = document.getElementsByTagName('canvas')[0];
var context = canvas.getContext('2d');

Powered by Google App Engine
This is Rietveld 408576698