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

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

Issue 2349723002: Auto-rebaseline for r419153 (Closed)
Patch Set: Created 4 years, 3 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "name": "Content Root Layer", 2 "name": "Content Root Layer",
3 "bounds": [800, 600], 3 "bounds": [800, 600],
4 "children": [ 4 "children": [
5 { 5 {
6 "name": "LayoutView #document", 6 "name": "LayoutView #document",
7 "bounds": [800, 600], 7 "bounds": [800, 600],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "children": [ 10 "children": [
(...skipping 13 matching lines...) Expand all
24 "drawsContent": true 24 "drawsContent": true
25 }, 25 },
26 { 26 {
27 "name": "Squashing Layer (first squashed layer: LayoutFlexibleBox (relative positioned) DIV)", 27 "name": "Squashing Layer (first squashed layer: LayoutFlexibleBox (relative positioned) DIV)",
28 "position": [8, 8], 28 "position": [8, 8],
29 "bounds": [700, 525], 29 "bounds": [700, 525],
30 "drawsContent": true, 30 "drawsContent": true,
31 "paintInvalidations": [ 31 "paintInvalidations": [
32 { 32 {
33 "object": "LayoutBlockFlow DIV id='track'", 33 "object": "LayoutBlockFlow DIV id='track'",
34 "rect": [562, 485, 106, 48], 34 "rect": [530, 485, 106, 48],
35 "reason": "subtree" 35 "reason": "subtree"
36 }, 36 },
37 { 37 {
38 "object": "LayoutFlexibleBox DIV", 38 "object": "LayoutFlexibleBox DIV",
39 "rect": [580, 508, 70, 2], 39 "rect": [548, 508, 70, 2],
40 "reason": "subtree" 40 "reason": "subtree"
41 }, 41 },
42 { 42 {
43 "object": "LayoutSlider INPUT", 43 "object": "LayoutSlider INPUT",
44 "rect": [580, 508, 70, 2], 44 "rect": [548, 508, 70, 2],
45 "reason": "subtree" 45 "reason": "subtree"
46 }, 46 },
47 { 47 {
48 "object": "LayoutBlockFlow DIV id='thumb'", 48 "object": "LayoutBlockFlow DIV id='thumb'",
49 "rect": [632, 485, 36, 48], 49 "rect": [600, 485, 36, 48],
50 "reason": "subtree" 50 "reason": "subtree"
51 }, 51 },
52 { 52 {
53 "object": "LayoutBlockFlow DIV id='thumb'", 53 "object": "LayoutBlockFlow DIV id='thumb'",
54 "rect": [562, 485, 36, 48], 54 "rect": [530, 485, 36, 48],
55 "reason": "subtree" 55 "reason": "subtree"
56 }, 56 },
57 { 57 {
58 "object": "LayoutButton INPUT", 58 "object": "LayoutButton INPUT",
59 "rect": [530, 493, 32, 32], 59 "rect": [498, 493, 32, 32],
60 "reason": "subtree" 60 "reason": "subtree"
61 } 61 }
62 ] 62 ]
63 } 63 }
64 ] 64 ]
65 } 65 }
66 ] 66 ]
67 } 67 }
68 ], 68 ],
69 "objectPaintInvalidations": [ 69 "objectPaintInvalidations": [
(...skipping 17 matching lines...) Expand all
87 "object": "LayoutBlockFlow DIV id='track'", 87 "object": "LayoutBlockFlow DIV id='track'",
88 "reason": "subtree" 88 "reason": "subtree"
89 }, 89 },
90 { 90 {
91 "object": "LayoutBlockFlow DIV id='thumb'", 91 "object": "LayoutBlockFlow DIV id='thumb'",
92 "reason": "subtree" 92 "reason": "subtree"
93 } 93 }
94 ] 94 ]
95 } 95 }
96 96
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698