| Index: third_party/WebKit/LayoutTests/platform/win/media/video-paint-invalidation-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/win/media/video-paint-invalidation-expected.txt b/third_party/WebKit/LayoutTests/platform/win/media/video-paint-invalidation-expected.txt
|
| index ff69d1c5a24f990d4295f7d9140a799ac53643a8..8bc31dedfebfbde465be5945d653829c357be38b 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/win/media/video-paint-invalidation-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/win/media/video-paint-invalidation-expected.txt
|
| @@ -22,29 +22,67 @@
|
| "position": [8, 8],
|
| "bounds": [320, 235],
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [228, 208, 51, 24],
|
| - [193, 205, 36, 30],
|
| - [159, 212, 26, 16],
|
| - [159, 205, 26, 23],
|
| - [118, 208, 33, 24],
|
| - [47, 208, 111, 24],
|
| - [47, 208, 111, 24],
|
| - [47, 208, 32, 24],
|
| - [14, 205, 30, 30]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "InlineTextBox ''",
|
| - "RootInlineBox",
|
| - "LayoutButton INPUT",
|
| - "LayoutSlider INPUT",
|
| - "LayoutFlexibleBox DIV",
|
| - "LayoutBlockFlow DIV id='thumb'",
|
| - "LayoutBlockFlow (anonymous)",
|
| - "LayoutText #text",
|
| - "InlineTextBox '0:00'",
|
| - "LayoutButton INPUT",
|
| - "LayoutSlider INPUT"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "InlineTextBox ''",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "InlineTextBox '0:00'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (anonymous)",
|
| + "rect": [159, 205, 26, 23],
|
| + "reason": "invalidate paint rectangle"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='thumb'",
|
| + "rect": [118, 208, 33, 24],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='thumb'",
|
| + "rect": [47, 208, 32, 24],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutButton INPUT",
|
| + "rect": [14, 205, 30, 30],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutButton INPUT",
|
| + "rect": [193, 205, 36, 30],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutFlexibleBox DIV",
|
| + "rect": [47, 208, 111, 24],
|
| + "reason": "forced by layout"
|
| + },
|
| + {
|
| + "object": "LayoutSlider INPUT",
|
| + "rect": [47, 208, 111, 24],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutSlider INPUT",
|
| + "rect": [228, 208, 51, 24],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutText #text",
|
| + "rect": [159, 212, 26, 16],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|