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

Unified Diff: LayoutTests/svg/custom/svg-percent-scale-vonly.html

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/svg/custom/svg-percent-scale-vonly.html
diff --git a/LayoutTests/svg/custom/svg-percent-scale-vonly.html b/LayoutTests/svg/custom/svg-percent-scale-vonly.html
index c1744d51fc6f649323a780d8a3a6896ef27421b5..ddaa85ce6297128f2c60736c375d9a476979e5a7 100644
--- a/LayoutTests/svg/custom/svg-percent-scale-vonly.html
+++ b/LayoutTests/svg/custom/svg-percent-scale-vonly.html
@@ -4,6 +4,7 @@
<title>Test for https://bugs.webkit.org/show_bug.cgi?id=79490</title>
<script src="../../fast/repaint/resources/text-based-repaint.js"></script>
<script>
+ window.outputRepaintRects = false;
function repaintTest()
{
document.getElementById('resize-target').style.height = '200px';

Powered by Google App Engine
This is Rietveld 408576698