| Index: third_party/WebKit/LayoutTests/fast/repaint/video-unmute-repaint-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/video-unmute-repaint-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/video-unmute-repaint-expected.txt
|
| index d45b4b83de614e17e773c95ef2383d90eadceb42..880a79fa1db16340ff83c3fd30af8f1a3a581868 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/video-unmute-repaint-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/video-unmute-repaint-expected.txt
|
| @@ -22,18 +22,32 @@
|
| "position": [8, 8],
|
| "bounds": [700, 520],
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [599, 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": [570, 493, 24, 24],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='thumb'",
|
| + "rect": [599, 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"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|