| Index: third_party/WebKit/LayoutTests/fast/repaint/box-sizing-padding-keeping-size-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/box-sizing-padding-keeping-size-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/box-sizing-padding-keeping-size-expected.txt
|
| index 13ca72af8f2b9e785f1ef986b00b5e999c0360fd..fbbcb6cc75292dc6b03d7c0d7d27d0537cf3c29e 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/box-sizing-padding-keeping-size-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/box-sizing-padding-keeping-size-expected.txt
|
| @@ -5,11 +5,12 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [0, 200, 100, 100]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow (positioned) DIV id='target2' class='border-box'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='target2' class='border-box'",
|
| + "rect": [0, 200, 100, 100],
|
| + "reason": "content box change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|