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

Unified Diff: LayoutTests/fast/repaint/resources/text-based-repaint.js

Issue 262963003: Output repaint rects for svg repaint tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove changes to two tests Created 6 years, 7 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/repaint/resources/text-based-repaint.js
diff --git a/LayoutTests/fast/repaint/resources/text-based-repaint.js b/LayoutTests/fast/repaint/resources/text-based-repaint.js
index ea6048b078f219bc8ee0dac582f94d5cfb1837f1..d838ec3054ad4e64c2739cb9d34bbbb6bc415d8f 100644
--- a/LayoutTests/fast/repaint/resources/text-based-repaint.js
+++ b/LayoutTests/fast/repaint/resources/text-based-repaint.js
@@ -33,7 +33,6 @@ function runRepaintTest()
function runRepaintAndPixelTest()
{
window.enablePixelTesting = true;
- window.outputRepaintRects = false;
runRepaintTest();
}

Powered by Google App Engine
This is Rietveld 408576698