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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/video-unmute-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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "name": "Content Root Layer", 2 "layers": [
3 "bounds": [800, 600],
4 "children": [
5 { 3 {
6 "name": "LayoutView #document", 4 "name": "LayoutView #document",
7 "bounds": [800, 600], 5 "bounds": [800, 600],
8 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true
8 },
9 {
10 "name": "LayoutVideo VIDEO id='v'",
11 "position": [8, 8],
12 "bounds": [700, 525]
13 },
14 {
15 "name": "Squashing Containment Layer",
16 "shouldFlattenTransform": false
17 },
18 {
19 "name": "LayoutFlexibleBox (relative positioned) DIV",
20 "position": [8, 8],
21 "bounds": [700, 525],
22 "drawsContent": true
23 },
24 {
25 "name": "Squashing Layer (first squashed layer: LayoutFlexibleBox (relativ e positioned) DIV)",
26 "position": [8, 8],
27 "bounds": [700, 525],
9 "drawsContent": true, 28 "drawsContent": true,
10 "children": [ 29 "paintInvalidations": [
11 { 30 {
12 "name": "LayoutVideo VIDEO id='v'", 31 "object": "LayoutBlockFlow DIV id='track'",
13 "position": [8, 8], 32 "rect": [562, 485, 106, 48],
14 "bounds": [700, 525] 33 "reason": "subtree"
15 }, 34 },
16 { 35 {
17 "name": "Squashing Containment Layer", 36 "object": "LayoutFlexibleBox DIV",
18 "shouldFlattenTransform": false, 37 "rect": [580, 508, 70, 2],
19 "children": [ 38 "reason": "subtree"
20 { 39 },
21 "name": "LayoutFlexibleBox (relative positioned) DIV", 40 {
22 "position": [8, 8], 41 "object": "LayoutSlider INPUT",
23 "bounds": [700, 525], 42 "rect": [580, 508, 70, 2],
24 "drawsContent": true 43 "reason": "subtree"
25 }, 44 },
26 { 45 {
27 "name": "Squashing Layer (first squashed layer: LayoutFlexibleBox (relative positioned) DIV)", 46 "object": "LayoutBlockFlow DIV id='thumb'",
28 "position": [8, 8], 47 "rect": [597, 485, 36, 48],
29 "bounds": [700, 525], 48 "reason": "subtree"
30 "drawsContent": true, 49 },
31 "paintInvalidations": [ 50 {
32 { 51 "object": "LayoutBlockFlow DIV id='thumb'",
33 "object": "LayoutBlockFlow DIV id='track'", 52 "rect": [562, 485, 36, 48],
34 "rect": [562, 485, 106, 48], 53 "reason": "subtree"
35 "reason": "subtree" 54 },
36 }, 55 {
37 { 56 "object": "LayoutButton INPUT",
38 "object": "LayoutFlexibleBox DIV", 57 "rect": [530, 493, 32, 32],
39 "rect": [580, 508, 70, 2], 58 "reason": "subtree"
40 "reason": "subtree"
41 },
42 {
43 "object": "LayoutSlider INPUT",
44 "rect": [580, 508, 70, 2],
45 "reason": "subtree"
46 },
47 {
48 "object": "LayoutBlockFlow DIV id='thumb'",
49 "rect": [597, 485, 36, 48],
50 "reason": "subtree"
51 },
52 {
53 "object": "LayoutBlockFlow DIV id='thumb'",
54 "rect": [562, 485, 36, 48],
55 "reason": "subtree"
56 },
57 {
58 "object": "LayoutButton INPUT",
59 "rect": [530, 493, 32, 32],
60 "reason": "subtree"
61 }
62 ]
63 }
64 ]
65 } 59 }
66 ] 60 ]
67 } 61 }
68 ], 62 ],
69 "objectPaintInvalidations": [ 63 "objectPaintInvalidations": [
70 { 64 {
71 "object": "LayoutVideo VIDEO id='v'", 65 "object": "LayoutVideo VIDEO id='v'",
72 "reason": "style change" 66 "reason": "style change"
73 }, 67 },
74 { 68 {
(...skipping 12 matching lines...) Expand all
87 "object": "LayoutBlockFlow DIV id='track'", 81 "object": "LayoutBlockFlow DIV id='track'",
88 "reason": "subtree" 82 "reason": "subtree"
89 }, 83 },
90 { 84 {
91 "object": "LayoutBlockFlow DIV id='thumb'", 85 "object": "LayoutBlockFlow DIV id='thumb'",
92 "reason": "subtree" 86 "reason": "subtree"
93 } 87 }
94 ] 88 ]
95 } 89 }
96 90
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698