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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/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/mac/media/video-paint-invalidation-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/media/video-paint-invalidation-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/media/video-paint-invalidation-expected.txt
index 3b5383f52ff3db4c128850a578c2a1ea06b57175..ff56ea351a7da9642425abe65a7b9dcd2bffe4f2 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/media/video-paint-invalidation-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/media/video-paint-invalidation-expected.txt
@@ -22,29 +22,67 @@
"position": [8, 8],
"bounds": [320, 235],
"drawsContent": true,
- "repaintRects": [
- [229, 208, 50, 24],
- [194, 205, 36, 30],
- [159, 212, 28, 15],
- [159, 205, 27, 22],
- [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, 27, 22],
+ "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": [194, 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": [229, 208, 50, 24],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [159, 212, 28, 15],
+ "reason": "full"
+ },
+ {
+ "object": "RootInlineBox",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ }
]
}
]

Powered by Google App Engine
This is Rietveld 408576698