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

Unified Diff: LayoutTests/svg/as-object/nested-embedded-svg-size-changes.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/as-object/nested-embedded-svg-size-changes.html
diff --git a/LayoutTests/svg/as-object/nested-embedded-svg-size-changes.html b/LayoutTests/svg/as-object/nested-embedded-svg-size-changes.html
index fb372706ae1c9c3979f231f15d455a5a7714840d..001410f753a9d9f5d63e480ce99e95f6b2acf467 100644
--- a/LayoutTests/svg/as-object/nested-embedded-svg-size-changes.html
+++ b/LayoutTests/svg/as-object/nested-embedded-svg-size-changes.html
@@ -5,9 +5,9 @@
<script src="../../fast/repaint/resources/text-based-repaint.js"></script>
</head>
<body style="margin: 0px">
-
<script type="text/javascript">
window.jsTestIsAsync = true;
+ window.outputRepaintRects = false;
if (window.testRunner)
testRunner.waitUntilDone();

Powered by Google App Engine
This is Rietveld 408576698