Index: LayoutTests/svg/stroke/non-scaling-stroke-text-decoration-expected.html |
diff --git a/LayoutTests/svg/stroke/non-scaling-stroke-text-expected.html b/LayoutTests/svg/stroke/non-scaling-stroke-text-decoration-expected.html |
similarity index 63% |
copy from LayoutTests/svg/stroke/non-scaling-stroke-text-expected.html |
copy to LayoutTests/svg/stroke/non-scaling-stroke-text-decoration-expected.html |
index 6b11ebf62c61d1c0f26b464076cf9fbbd01df4b2..505a95d89cd6bc59f447d97d90f144b88f263579 100644 |
--- a/LayoutTests/svg/stroke/non-scaling-stroke-text-expected.html |
+++ b/LayoutTests/svg/stroke/non-scaling-stroke-text-decoration-expected.html |
@@ -1,6 +1,6 @@ |
<!DOCTYPE html> |
<svg> |
<g> |
- <text x="0" y="100" stroke="blue" stroke-width="2" fill="none" font-size="72">Hello</text> |
+ <text x="0" y="100" stroke="blue" stroke-width="2" fill="none" font-size="72" text-decoration="underline">Hello</text> |
</g> |
</svg> |