| Index: third_party/WebKit/LayoutTests/fast/repaint/box-sizing-border-keeping-size-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/box-sizing-border-keeping-size-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/box-sizing-border-keeping-size-expected.txt
|
| index fd6a719420812a8cd0490a867131ee49d2c12f68..6ccd12603fb93a5748b64605c1bec3903ad2152e 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/box-sizing-border-keeping-size-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/box-sizing-border-keeping-size-expected.txt
|
| @@ -5,13 +5,17 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [0, 200, 100, 100],
|
| - [0, 0, 100, 100]
|
| - ],
|
| - "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": [0, 0, 100, 100],
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='target2' class='border-box'",
|
| + "rect": [0, 200, 100, 100],
|
| + "reason": "style change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|