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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/video-mute-repaint-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/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"
+ }
]
}
]

Powered by Google App Engine
This is Rietveld 408576698