| Index: third_party/WebKit/LayoutTests/paint/invalidation/svg/resize-shape-subpixel-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/svg/resize-shape-subpixel-expected.html b/third_party/WebKit/LayoutTests/paint/invalidation/svg/resize-shape-subpixel-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..b2ebcba90ec10b871b250c7580fe705555d97a0b
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/svg/resize-shape-subpixel-expected.html
|
| @@ -0,0 +1,7 @@
|
| +<!DOCTYPE html>
|
| +Tests subpixel resize of SVG shape. Passes if the resized green rect fully covers the red rect.
|
| +<div style="position: absolute; top: 100px; left: 0; transform-origin: 0 0; transform: scale(20)">
|
| + <svg width="10" height="10">
|
| + <rect fill="green" width="8.8" height="8"/>
|
| + </svg>
|
| +</div>
|
|
|