Index: LayoutTests/svg/repaint/repaint-non-scaling-stroke-text-decoration.html |
diff --git a/LayoutTests/svg/repaint/repaint-non-scaling-stroke-text.html b/LayoutTests/svg/repaint/repaint-non-scaling-stroke-text-decoration.html |
similarity index 88% |
copy from LayoutTests/svg/repaint/repaint-non-scaling-stroke-text.html |
copy to LayoutTests/svg/repaint/repaint-non-scaling-stroke-text-decoration.html |
index d8d56e29c72b15bc69636c9878b8784aae0e103e..09fe8f36365ccaffa4ee7c309e9a0033f7539292 100644 |
--- a/LayoutTests/svg/repaint/repaint-non-scaling-stroke-text.html |
+++ b/LayoutTests/svg/repaint/repaint-non-scaling-stroke-text-decoration.html |
@@ -20,7 +20,7 @@ function repaintTest() { |
<body> |
<svg> |
<g transform="scale(0.5 0.5)"> |
- <text id="t" x="10" y="50" stroke="none" stroke-width="2" fill="none" font-size="36" vector-effect="none">Hello</text> |
+ <text id="t" x="10" y="50" stroke="none" stroke-width="2" fill="none" font-size="36" vector-effect="none" text-decoration="underline">Hello</text> |
</g> |
</svg> |
</body> |