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

Unified Diff: LayoutTests/svg/text/append-text-node-to-tspan.html

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
« no previous file with comments | « LayoutTests/svg/repaint/text-mask-update.svg ('k') | LayoutTests/svg/text/ems-display-none.svg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/text/append-text-node-to-tspan.html
diff --git a/LayoutTests/svg/text/append-text-node-to-tspan.html b/LayoutTests/svg/text/append-text-node-to-tspan.html
index 73b3f0795b46f990bc226c5e73b8df6c93df1254..4cbd48285f7c8ea6aa1c039d322d550e6c7f964c 100644
--- a/LayoutTests/svg/text/append-text-node-to-tspan.html
+++ b/LayoutTests/svg/text/append-text-node-to-tspan.html
@@ -2,9 +2,9 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
-<script src="../../fast/repaint/resources/repaint.js"></script>
+<script src="../../fast/repaint/resources/text-based-repaint.js"></script>
</head>
-<body onload="runRepaintTest()">
+<body onload="runRepaintAndPixelTest()">
<svg style="position: absolute; top: 0px; left: 0px; bottom: 0px; right: 0px">
<title>You should see the word PASS three times</title>
<text transform="translate(10, 50) scale(10 10)" font-size="12">
« no previous file with comments | « LayoutTests/svg/repaint/text-mask-update.svg ('k') | LayoutTests/svg/text/ems-display-none.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698