Chromium Code Reviews| Index: LayoutTests/fast/repaint/align-content-change-expected.txt |
| diff --git a/LayoutTests/fast/repaint/align-content-change-expected.txt b/LayoutTests/fast/repaint/align-content-change-expected.txt |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..ad85632428627a4b2a0af8c0287b0d6542a5d661 |
| --- /dev/null |
| +++ b/LayoutTests/fast/repaint/align-content-change-expected.txt |
| @@ -0,0 +1,21 @@ |
| +{ |
| + "bounds": [800, 600], |
| + "children": [ |
| + { |
| + "bounds": [800, 600], |
| + "contentsOpaque": true, |
| + "drawsContent": true, |
| + "repaintRects": [ |
| + [1, 252, 198, 50], |
| + [1, 203, 198, 50], |
| + [1, 102, 198, 50], |
| + [1, 53, 198, 50], |
| + [0, 251, 200, 52], |
| + [0, 202, 200, 150], |
| + [0, 101, 200, 52], |
| + [0, 52, 200, 150] |
| + ] |
| + } |
| + ] |
| +} |
| + |