| Index: third_party/WebKit/LayoutTests/fast/repaint/box-sizing-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/box-sizing-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/box-sizing-expected.txt
|
| index b1a5e1cbe9095856bf721d948b470481ded0d948..a58def62a58c3bb7dbb91c1402f338e78f2956df 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/box-sizing-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/box-sizing-expected.txt
|
| @@ -5,17 +5,37 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [400, 0, 40, 140],
|
| - [380, 0, 60, 140],
|
| - [0, 200, 440, 140],
|
| - [0, 200, 400, 100],
|
| - [0, 100, 440, 40],
|
| - [0, 80, 440, 60]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow (positioned) DIV id='target1' class='content-box'",
|
| - "LayoutBlockFlow (positioned) DIV id='target2' class='border-box'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='target1' class='content-box'",
|
| + "rect": [400, 0, 40, 140],
|
| + "reason": "incremental"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='target1' class='content-box'",
|
| + "rect": [0, 100, 440, 40],
|
| + "reason": "incremental"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='target1' class='content-box'",
|
| + "rect": [380, 0, 60, 140],
|
| + "reason": "incremental"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='target1' class='content-box'",
|
| + "rect": [0, 80, 440, 60],
|
| + "reason": "incremental"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='target2' class='border-box'",
|
| + "rect": [0, 200, 440, 140],
|
| + "reason": "content box change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='target2' class='border-box'",
|
| + "rect": [0, 200, 400, 100],
|
| + "reason": "content box change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|