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

Unified Diff: LayoutTests/svg/custom/repaint-shadow.svg

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/custom/repaint-shadow.svg
diff --git a/LayoutTests/svg/custom/repaint-shadow.svg b/LayoutTests/svg/custom/repaint-shadow.svg
index 099cedf37e61b37e65c86bf3ce5e89a8a22a5094..79853234a83442bc8bdbcd908f26ec2ed35ab229 100644
--- a/LayoutTests/svg/custom/repaint-shadow.svg
+++ b/LayoutTests/svg/custom/repaint-shadow.svg
@@ -6,7 +6,7 @@
src: url(../../resources/Ahem.ttf);
}
</style>
- <script xlink:href="../../fast/repaint/resources/repaint.js"/>
+ <script xlink:href="../../fast/repaint/resources/text-based-repaint.js"/>
<text x="20" y="60" font-family="Ahem" font-size="50px" style="text-shadow: 200px 200px 5px red">X</text>
<text x="170" y="60" font-family="Ahem" font-size="50px" style="text-shadow: 200px 200px 5px red">X</text>
@@ -18,6 +18,6 @@
}
if (window.testRunner)
testRunner.waitUntilDone();
- document.fonts.ready().then(runRepaintTest);
+ document.fonts.ready().then(runRepaintAndPixelTest);
</script>
</svg>
« no previous file with comments | « LayoutTests/svg/custom/repaint-on-image-bounds-change.svg ('k') | LayoutTests/svg/custom/repaint-stroke-width-changes.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698