Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Unified Diff: third_party/WebKit/LayoutTests/platform/win/media/video-paint-invalidation-expected.txt

Issue 1881903002: Auto-rebaseline for r386594 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"
+ }
]
}
]

Powered by Google App Engine
This is Rietveld 408576698