Chromium Code Reviews| Index: LayoutTests/fast/repaint/requestAnimation-translation-leave-traces-expected.txt |
| diff --git a/LayoutTests/fast/repaint/requestAnimation-translation-leave-traces-expected.txt b/LayoutTests/fast/repaint/requestAnimation-translation-leave-traces-expected.txt |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..e405ae67579236a8eb05993ccb907cfe1a563634 |
| --- /dev/null |
| +++ b/LayoutTests/fast/repaint/requestAnimation-translation-leave-traces-expected.txt |
| @@ -0,0 +1,19 @@ |
| +This test checks that changing the transform on an element triggers a correct invalidation. |
| +The paint invalidations below should match the transformed element's coordinates. |
| +{ |
| + "bounds": [1600, 585], |
| + "children": [ |
| + { |
| + "bounds": [1600, 585], |
| + "contentsOpaque": true, |
| + "drawsContent": true, |
| + "repaintRects": [ |
| + [1500, 0, 100, 100], |
| + [1200, 0, 100, 100], |
| + [1200, 0, 100, 100], |
| + [900, 0, 100, 100] |
| + ] |
| + } |
| + ] |
| +} |
| + |