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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/video-mute-repaint-expected.txt

Issue 2404723002: Auto-rebaseline for r424089 (Closed)
Patch Set: Created 4 years, 2 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/paint/invalidation/video-mute-repaint-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/video-mute-repaint-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/video-mute-repaint-expected.txt
index 960991428ba1bbe5b2f87c145257d8727c0c3e81..9b5afaaae0bdf4430ee25a0239521bceb6b5fafc 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/video-mute-repaint-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/video-mute-repaint-expected.txt
@@ -1,67 +1,61 @@
{
- "name": "Content Root Layer",
- "bounds": [800, 600],
- "children": [
+ "layers": [
{
"name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
+ "drawsContent": true
+ },
+ {
+ "name": "LayoutVideo VIDEO id='v'",
+ "position": [8, 8],
+ "bounds": [700, 525]
+ },
+ {
+ "name": "Squashing Containment Layer",
+ "shouldFlattenTransform": false
+ },
+ {
+ "name": "LayoutFlexibleBox (relative positioned) DIV",
+ "position": [8, 8],
+ "bounds": [700, 525],
+ "drawsContent": true
+ },
+ {
+ "name": "Squashing Layer (first squashed layer: LayoutFlexibleBox (relative positioned) DIV)",
+ "position": [8, 8],
+ "bounds": [700, 525],
"drawsContent": true,
- "children": [
+ "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": [632, 485, 36, 48],
+ "reason": "subtree"
+ },
{
- "name": "LayoutVideo VIDEO id='v'",
- "position": [8, 8],
- "bounds": [700, 525]
+ "object": "LayoutBlockFlow DIV id='thumb'",
+ "rect": [562, 485, 36, 48],
+ "reason": "subtree"
},
{
- "name": "Squashing Containment Layer",
- "shouldFlattenTransform": false,
- "children": [
- {
- "name": "LayoutFlexibleBox (relative positioned) DIV",
- "position": [8, 8],
- "bounds": [700, 525],
- "drawsContent": true
- },
- {
- "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": [632, 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"
- }
- ]
- }
- ]
+ "object": "LayoutButton INPUT",
+ "rect": [530, 493, 32, 32],
+ "reason": "subtree"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698