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/paint/invalidation/video-unmute-repaint-expected.txt

Issue 2477203002: Media Controls: delegate 'volumechange' and 'focusin' handling to an EventListener. (Closed)
Patch Set: add comment Created 4 years, 1 month 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/paint/invalidation/video-unmute-repaint-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/video-unmute-repaint-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/video-unmute-repaint-expected.txt
index 6178341ebfc54465c7556dbf4360fde77ab71004..564c70c8cc8a3d1957f08755ff0fd490bbdb001b 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/video-unmute-repaint-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/video-unmute-repaint-expected.txt
@@ -25,65 +25,7 @@
"name": "Squashing Layer (first squashed layer: LayoutFlexibleBox (relative positioned) DIV)",
"position": [8, 8],
"bounds": [700, 525],
- "drawsContent": true,
- "paintInvalidations": [
- {
- "object": "LayoutBlockFlow DIV id='track'",
- "rect": [562, 485, 106, 48],
- "reason": "subtree"
- },
- {
- "object": "LayoutFlexibleBox DIV",
- "rect": [580, 508, 70, 2],
- "reason": "subtree"
- },
- {
- "object": "LayoutSlider INPUT",
- "rect": [580, 508, 70, 2],
- "reason": "subtree"
- },
- {
- "object": "LayoutBlockFlow DIV id='thumb'",
- "rect": [597, 485, 36, 48],
- "reason": "subtree"
- },
- {
- "object": "LayoutBlockFlow DIV id='thumb'",
- "rect": [562, 485, 36, 48],
- "reason": "subtree"
- },
- {
- "object": "LayoutButton INPUT",
- "rect": [530, 493, 32, 32],
- "reason": "subtree"
- }
- ]
- }
- ],
- "objectPaintInvalidations": [
- {
- "object": "LayoutVideo VIDEO id='v'",
- "reason": "style change"
- },
- {
- "object": "LayoutButton INPUT",
- "reason": "subtree"
- },
- {
- "object": "LayoutSlider INPUT",
- "reason": "subtree"
- },
- {
- "object": "LayoutFlexibleBox DIV",
- "reason": "subtree"
- },
- {
- "object": "LayoutBlockFlow DIV id='track'",
- "reason": "subtree"
- },
- {
- "object": "LayoutBlockFlow DIV id='thumb'",
- "reason": "subtree"
+ "drawsContent": true
}
]
}

Powered by Google App Engine
This is Rietveld 408576698