Chromium Code Reviews| Index: LayoutTests/fast/repaint/align-items-change-expected.txt |
| diff --git a/LayoutTests/fast/repaint/align-items-change-expected.txt b/LayoutTests/fast/repaint/align-items-change-expected.txt |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..964e0508a0eee39ee8d623390a4e58ff54e36f01 |
| --- /dev/null |
| +++ b/LayoutTests/fast/repaint/align-items-change-expected.txt |
| @@ -0,0 +1,23 @@ |
| +{ |
| + "bounds": [800, 600], |
| + "children": [ |
| + { |
| + "bounds": [800, 600], |
| + "contentsOpaque": true, |
| + "drawsContent": true, |
| + "repaintRects": [ |
| + [109, 53, 98, 150], |
| + [109, 53, 98, 150], |
| + [108, 52, 100, 300], |
| + [108, 52, 100, 152], |
| + [9, 53, 98, 100], |
| + [9, 53, 98, 100], |
| + [8, 52, 200, 300], |
| + [8, 52, 200, 300], |
| + [8, 52, 100, 300], |
| + [8, 52, 100, 102] |
| + ] |
| + } |
| + ] |
| +} |
| + |