| Index: third_party/WebKit/LayoutTests/fast/repaint/padding-keeping-content-size-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/padding-keeping-content-size-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/padding-keeping-content-size-expected.txt
|
| index 98b5e807cd9181d9a1c170e7b3ac0c3b79a82fa8..2b221f7327b58e3b54b42a71a9053486bb68a65e 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/padding-keeping-content-size-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/padding-keeping-content-size-expected.txt
|
| @@ -5,18 +5,37 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [100, 0, 40, 140],
|
| - [20, 220, 100, 100],
|
| - [0, 200, 140, 140],
|
| - [0, 200, 100, 100],
|
| - [0, 200, 100, 100],
|
| - [0, 100, 140, 40]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow (positioned) DIV id='target1' class='outer'",
|
| - "LayoutBlockFlow (positioned) DIV id='target2' class='outer'",
|
| - "LayoutBlockFlow DIV class='inner'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='target1' class='outer'",
|
| + "rect": [100, 0, 40, 140],
|
| + "reason": "incremental"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='target1' class='outer'",
|
| + "rect": [0, 100, 140, 40],
|
| + "reason": "incremental"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='target2' class='outer'",
|
| + "rect": [0, 200, 100, 100],
|
| + "reason": "background obscuration change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='target2' class='outer'",
|
| + "rect": [0, 200, 140, 140],
|
| + "reason": "background obscuration change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV class='inner'",
|
| + "rect": [0, 200, 100, 100],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV class='inner'",
|
| + "rect": [20, 220, 100, 100],
|
| + "reason": "location change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|