| Index: third_party/WebKit/LayoutTests/fast/repaint/erase-overflow-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/erase-overflow-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/erase-overflow-expected.txt
|
| index 099de7526890be69a95fd7b6754f35fe9f6268c1..3d3914943cf505041fe546db5c37aea103338e72 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/erase-overflow-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/erase-overflow-expected.txt
|
| @@ -7,14 +7,14 @@
|
| "drawsContent": true,
|
| "paintInvalidations": [
|
| {
|
| - "object": "LayoutBlockFlow DIV id='target' class='square'",
|
| - "rect": [8, 8, 100, 200],
|
| - "reason": "style change"
|
| - },
|
| - {
|
| "object": "LayoutBlockFlow DIV class='square'",
|
| "rect": [8, 108, 100, 100],
|
| "reason": "bounds change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='target' class='square'",
|
| + "rect": [8, 8, 100, 100],
|
| + "reason": "style change"
|
| }
|
| ]
|
| }
|
|
|