Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/paint/invalidation/compositing/subpixel-offset-scaled-transform-composited-expected.html |
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/compositing/subpixel-offset-scaled-transform-composited-expected.html b/third_party/WebKit/LayoutTests/paint/invalidation/compositing/subpixel-offset-scaled-transform-composited-expected.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..9786ee4901001901f69e5abb292ae5215ba6a67d |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/compositing/subpixel-offset-scaled-transform-composited-expected.html |
| @@ -0,0 +1,11 @@ |
| +<!DOCTYPE html> |
| +<style> |
| +div { height: 50px } |
|
chrishtr
2017/05/09 01:12:02
How about making the -expected.html file have the
Xianzhu
2017/05/09 15:58:38
Done.
|
| +div div { width: 40px; height: 40px; background: blue; position: relative } |
| +</style> |
| +<div><div></div></div> |
| +<div><div style="left: 1px"></div></div> |
| +<div><div></div></div> |
| +<div><div style="left: 1px"></div></div> |
| +<div><div></div></div> |
| +<div><div style="left: 1px"></div></div> |