| Index: third_party/WebKit/LayoutTests/fast/repaint/static-to-positioned-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/static-to-positioned-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/static-to-positioned-expected.txt
|
| index 4f602dc50f06f7377a3fb3bfa1d432045e01d591..381a628fcadb36c2103d1416a04e4e9519d69163 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/static-to-positioned-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/static-to-positioned-expected.txt
|
| @@ -5,15 +5,27 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [8, 328, 100, 100],
|
| - [8, 278, 100, 100],
|
| - [8, 128, 100, 100],
|
| - [8, 78, 100, 100]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow (relative positioned) DIV id='a'",
|
| - "LayoutBlockFlow (positioned) DIV id='t'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='t'",
|
| + "rect": [8, 328, 100, 100],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='t'",
|
| + "rect": [8, 278, 100, 100],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (relative positioned) DIV id='a'",
|
| + "rect": [8, 78, 100, 100],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (relative positioned) DIV id='a'",
|
| + "rect": [8, 128, 100, 100],
|
| + "reason": "location change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|