| Index: third_party/WebKit/LayoutTests/svg/text/text-positioning-mutate-textnode-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/svg/text/text-positioning-mutate-textnode-expected.html b/third_party/WebKit/LayoutTests/svg/text/text-positioning-mutate-textnode-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..8e28c4f82af146e18335c2452005977811358000
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/svg/text/text-positioning-mutate-textnode-expected.html
|
| @@ -0,0 +1,7 @@
|
| +<!DOCTYPE html>
|
| +<svg width="400px" height="400px">
|
| + <text font-size="40">
|
| + <tspan dy="40">123</tspan>
|
| + <tspan dy="40">456</tspan>
|
| + </text>
|
| +</svg>
|
|
|