| Index: third_party/WebKit/LayoutTests/svg/stroke/non-scaling-stroke-text-decoration-dashed-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/svg/stroke/non-scaling-stroke-text-decoration-dashed-expected.html b/third_party/WebKit/LayoutTests/svg/stroke/non-scaling-stroke-text-decoration-dashed-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..0896f42b39cc20b0942a7519db72ab71728d7d34
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/svg/stroke/non-scaling-stroke-text-decoration-dashed-expected.html
|
| @@ -0,0 +1,6 @@
|
| +<!DOCTYPE html>
|
| +<svg>
|
| + <text y="100" stroke="blue" stroke-width="2"
|
| + stroke-dasharray="10 2" stroke-dashoffset="10"
|
| + fill="none" font-size="72" text-decoration="underline">Hello</text>
|
| +</svg>
|
|
|