| Index: third_party/WebKit/LayoutTests/fast/repaint/video-mute-repaint-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/video-mute-repaint-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/video-mute-repaint-expected.txt
|
| index 411170ee8ef32f18e401cfa84f42ed38383f32b6..c3193b8d25e651f4ece8fbac15fb807587c76fd2 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/video-mute-repaint-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/video-mute-repaint-expected.txt
|
| @@ -22,18 +22,32 @@
|
| "position": [8, 8],
|
| "bounds": [700, 520],
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [628, 493, 24, 24],
|
| - [570, 493, 89, 24],
|
| - [570, 493, 89, 24],
|
| - [570, 493, 24, 24],
|
| - [535, 490, 35, 30]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutButton INPUT",
|
| - "LayoutSlider INPUT",
|
| - "LayoutFlexibleBox DIV",
|
| - "LayoutBlockFlow DIV id='thumb'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='thumb'",
|
| + "rect": [628, 493, 24, 24],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='thumb'",
|
| + "rect": [570, 493, 24, 24],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutButton INPUT",
|
| + "rect": [535, 490, 35, 30],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutFlexibleBox DIV",
|
| + "rect": [570, 493, 89, 24],
|
| + "reason": "forced by layout"
|
| + },
|
| + {
|
| + "object": "LayoutSlider INPUT",
|
| + "rect": [570, 493, 89, 24],
|
| + "reason": "full"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|