| Index: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/containing-block-position-change-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/containing-block-position-change-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/containing-block-position-change-expected.txt
|
| index b5d93b2efa1d8ad011e3601acc2e308211a3292e..b59b0cfce1d4fe711ff684d5dfaf9fd69a9bd60a 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/containing-block-position-change-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/containing-block-position-change-expected.txt
|
| @@ -8,17 +8,16 @@
|
| "paintInvalidations": [
|
| {
|
| "object": "LayoutBlockFlow (positioned) DIV",
|
| - "rect": [100, 74, 50, 50],
|
| - "reason": "layer"
|
| + "rect": [158, 74, 50, 50],
|
| + "reason": "location change"
|
| },
|
| {
|
| "object": "LayoutBlockFlow (positioned) DIV",
|
| - "rect": [158, 74, 50, 50],
|
| - "reason": "location change"
|
| + "rect": [100, 74, 50, 50],
|
| + "reason": "layer"
|
| },
|
| {
|
| "object": "LayoutBlockFlow (relative positioned) DIV id='t'",
|
| - "rect": [0, 0, 0, 0],
|
| "reason": "location change"
|
| }
|
| ]
|
|
|