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

Unified Diff: LayoutTests/svg/dom/SVGPathSegList-xml-dom-synchronization.xhtml

Issue 205263004: Convert svg repaint tests to pixel test only repaint (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove fixedpos Created 6 years, 9 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/dom/SVGPathSegList-xml-dom-synchronization.xhtml
diff --git a/LayoutTests/svg/dom/SVGPathSegList-xml-dom-synchronization.xhtml b/LayoutTests/svg/dom/SVGPathSegList-xml-dom-synchronization.xhtml
index e3b0ce4328301f3e2b090a8fd687a1eddc4b30af..96b95874b0f5f680e4c373af0ebe703166d75ca9 100644
--- a/LayoutTests/svg/dom/SVGPathSegList-xml-dom-synchronization.xhtml
+++ b/LayoutTests/svg/dom/SVGPathSegList-xml-dom-synchronization.xhtml
@@ -2,7 +2,7 @@
<head>
<script>window.enablePixelTesting = true;</script>
<script src="../../resources/js-test.js"></script>
-<script src="../../fast/repaint/resources/repaint.js"></script>
+<script src="../../fast/repaint/resources/text-based-repaint.js"></script>
<script type="text/javascript">
function repaintTest() {
window.jsTestIsAsync = true;
@@ -31,7 +31,7 @@
}
</script>
</head>
-<body onload="runRepaintTest()">
+<body onload="runRepaintAndPixelTest()">
<svg id="svg" xmlns="http://www.w3.org/2000/svg" width="200" height="200">
<path id="path" fill="green" transform="translate(10 10)" d="M 200 0 L 100 0 L 100 100"/>
</svg>

Powered by Google App Engine
This is Rietveld 408576698