| Index: third_party/WebKit/LayoutTests/fast/repaint/rel-positioned-inline-with-overflow-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/rel-positioned-inline-with-overflow-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/rel-positioned-inline-with-overflow-expected.txt
|
| index 8d2924bc438c1229722e16333df71bc8ea980dfc..5e9290f9499824452e10f433a97087c8dc01f772 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/rel-positioned-inline-with-overflow-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/rel-positioned-inline-with-overflow-expected.txt
|
| @@ -5,11 +5,12 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [8, 92, 100, 50]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow DIV id='target'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='target'",
|
| + "rect": [8, 92, 100, 50],
|
| + "reason": "style change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|