| Index: LayoutTests/svg/foreignObject/transformed-text-invalidation.html
|
| diff --git a/LayoutTests/svg/foreignObject/transformed-text-invalidation.html b/LayoutTests/svg/foreignObject/transformed-text-invalidation.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..e1941b05744f38ddca221c42feca325d53127f1f
|
| --- /dev/null
|
| +++ b/LayoutTests/svg/foreignObject/transformed-text-invalidation.html
|
| @@ -0,0 +1,18 @@
|
| +<!DOCTYPE HTML>
|
| +<style>
|
| + body {
|
| + margin-left: -140px;
|
| + margin-top: -120px;
|
| + }
|
| +</style>
|
| +<body>
|
| + <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="300" height="300">
|
| + <foreignObject xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="300" height="300">
|
| + <svg>
|
| + <g transform="translate(130, 130)">
|
| + <text x="40" y="20">PASS</text>
|
| + </g>
|
| + </svg>
|
| + </foreignObject>
|
| + </svg>
|
| +</body>
|
|
|