Chromium Code Reviews| Index: LayoutTests/fast/repaint/justify-content-position-change-grid-expected.txt |
| diff --git a/LayoutTests/fast/repaint/justify-content-position-change-grid-expected.txt b/LayoutTests/fast/repaint/justify-content-position-change-grid-expected.txt |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..e3bbec6ff241d1456e07904ecfb6e7ba13668015 |
| --- /dev/null |
| +++ b/LayoutTests/fast/repaint/justify-content-position-change-grid-expected.txt |
| @@ -0,0 +1,20 @@ |
| +{ |
| + "bounds": [800, 600], |
| + "children": [ |
| + { |
| + "bounds": [800, 600], |
| + "contentsOpaque": true, |
| + "drawsContent": true, |
| + "repaintRects": [ |
| + [250, 52, 50, 200], |
| + [200, 52, 50, 200], |
| + [150, 52, 50, 200], |
| + [100, 52, 50, 200], |
| + [50, 52, 50, 200], |
| + [0, 52, 300, 200], |
| + [0, 52, 50, 200] |
| + ] |
| + } |
| + ] |
| +} |
| + |