| Index: third_party/WebKit/LayoutTests/platform/win/fast/repaint/offset-change-wrong-invalidation-with-float-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/win/fast/repaint/offset-change-wrong-invalidation-with-float-expected.txt b/third_party/WebKit/LayoutTests/platform/win/fast/repaint/offset-change-wrong-invalidation-with-float-expected.txt
|
| index 1dce330c61479b9de3292eca1d94809f074d40a6..fbebc7c5701b05ad82c1699aaf186015042ab8fe 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/win/fast/repaint/offset-change-wrong-invalidation-with-float-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/win/fast/repaint/offset-change-wrong-invalidation-with-float-expected.txt
|
| @@ -5,19 +5,42 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [71, 92, 17, 18],
|
| - [71, 92, 7, 17],
|
| - [71, -158, 17, 18],
|
| - [71, -158, 7, 17],
|
| - [48, 92, 40, 18],
|
| - [48, -158, 40, 18]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow (positioned) UL id='submenu'",
|
| - "LayoutListItem LI",
|
| - "RootInlineBox",
|
| - "LayoutListMarker (anonymous)"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) UL id='submenu'",
|
| + "rect": [48, 92, 40, 18],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) UL id='submenu'",
|
| + "rect": [48, -158, 40, 18],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutListItem LI",
|
| + "rect": [71, 92, 17, 18],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutListItem LI",
|
| + "rect": [71, -158, 17, 18],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutListMarker (anonymous)",
|
| + "rect": [71, 92, 7, 17],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutListMarker (anonymous)",
|
| + "rect": [71, -158, 7, 17],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + }
|
| ],
|
| "children": [
|
| {
|
|
|