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

Unified Diff: LayoutTests/svg/in-html/overflow-repaint.html

Issue 262963003: Output repaint rects for svg repaint tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase 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
« no previous file with comments | « LayoutTests/svg/dom/SVGPathSegList-xml-dom-synchronization.xhtml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/in-html/overflow-repaint.html
diff --git a/LayoutTests/svg/in-html/overflow-repaint.html b/LayoutTests/svg/in-html/overflow-repaint.html
index 397bc25669551541c93789ab2eddea506f83daf4..afffc4b06c9bfe6fc311efda4e4051b0f49c4a56 100644
--- a/LayoutTests/svg/in-html/overflow-repaint.html
+++ b/LayoutTests/svg/in-html/overflow-repaint.html
@@ -2,6 +2,7 @@
<head>
<script src="../../fast/repaint/resources/text-based-repaint.js" type="text/javascript"></script>
<script>
+ window.outputRepaintRects = false;
function repaintTest() {
document.getElementById("svg").style.overflow="visible";
}
« no previous file with comments | « LayoutTests/svg/dom/SVGPathSegList-xml-dom-synchronization.xhtml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698