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

Unified Diff: LayoutTests/svg/dom/SVGPathSegList-xml-dom-synchronization2.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-synchronization2.xhtml
diff --git a/LayoutTests/svg/dom/SVGPathSegList-xml-dom-synchronization2.xhtml b/LayoutTests/svg/dom/SVGPathSegList-xml-dom-synchronization2.xhtml
index b471ad06e9b73c6d5c501ebe567ea7b3d52ac66b..e1b39d569f0c0f04dea9c5e4d8a54d4723a87213 100644
--- a/LayoutTests/svg/dom/SVGPathSegList-xml-dom-synchronization2.xhtml
+++ b/LayoutTests/svg/dom/SVGPathSegList-xml-dom-synchronization2.xhtml
@@ -1,6 +1,6 @@
<?xml version="1.0" standalone="no"?>
-<svg width="600" height="500" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" onload="runRepaintTest()">
- <script xlink:href="../../fast/repaint/resources/repaint.js"></script>
+<svg width="600" height="500" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" onload="runRepaintAndPixelTest()">
+ <script xlink:href="../../fast/repaint/resources/text-based-repaint.js"></script>
<path d="M50,150 l45,-43 l24,64 l-69,-21z" fill="#FF0000" stroke="#000000" stroke-width="5"/>
<text x="10" y="20" style="font-weight:bold">Right after loading, a segment is added to the path.</text>
<text x="10" y="40" style="font-weight:bold">The path and its attribute should be updated to include the new segment.</text>

Powered by Google App Engine
This is Rietveld 408576698