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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/overflow-scroll-composited-non-stacking-child-expected.txt

Issue 2402213002: 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,
9 "drawsContent": true, 7 "drawsContent": true,
10 "paintInvalidations": [ 8 "paintInvalidations": [
11 { 9 {
12 "object": "LayoutBlockFlow DIV class='scroller'", 10 "object": "LayoutBlockFlow DIV class='scroller'",
13 "rect": [18, 60, 310, 200], 11 "rect": [18, 60, 310, 200],
14 "reason": "subtree" 12 "reason": "subtree"
15 }, 13 },
16 { 14 {
17 "object": "LayoutBlockFlow (positioned) DIV class='back'", 15 "object": "LayoutBlockFlow (positioned) DIV class='back'",
18 "rect": [93, 125, 180, 100], 16 "rect": [93, 125, 180, 100],
19 "reason": "subtree" 17 "reason": "subtree"
20 }, 18 },
21 { 19 {
22 "object": "LayoutBlockFlow (positioned) DIV class='back'", 20 "object": "LayoutBlockFlow (positioned) DIV class='back'",
23 "rect": [93, 75, 180, 100], 21 "rect": [93, 75, 180, 100],
24 "reason": "subtree" 22 "reason": "subtree"
25 }, 23 },
26 { 24 {
27 "object": "LayoutBlockFlow DIV class='scroller'", 25 "object": "LayoutBlockFlow DIV class='scroller'",
28 "rect": [308, 65, 15, 175], 26 "rect": [308, 65, 15, 175],
29 "reason": "scroll" 27 "reason": "scroll"
30 } 28 }
31 ],
32 "children": [
33 {
34 "name": "LayoutBlockFlow (positioned) DIV class='icon'",
35 "position": [200, 10],
36 "bounds": [40, 40],
37 "contentsOpaque": true,
38 "drawsContent": true,
39 "backgroundColor": "#FFDDBB"
40 },
41 {
42 "name": "Ancestor Clipping Layer",
43 "position": [23, 65],
44 "bounds": [285, 175],
45 "shouldFlattenTransform": false,
46 "children": [
47 {
48 "name": "LayoutBlockFlow (relative positioned) DIV class='list'",
49 "position": [20, -30],
50 "bounds": [180, 250]
51 },
52 {
53 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (r elative positioned) DIV class='commit')",
54 "position": [20, -30],
55 "bounds": [180, 250],
56 "drawsContent": true
57 }
58 ]
59 }
60 ] 29 ]
30 },
31 {
32 "name": "LayoutBlockFlow (positioned) DIV class='icon'",
33 "position": [200, 10],
34 "bounds": [40, 40],
35 "contentsOpaque": true,
36 "drawsContent": true,
37 "backgroundColor": "#FFDDBB"
38 },
39 {
40 "name": "Ancestor Clipping Layer",
41 "position": [23, 65],
42 "bounds": [285, 175],
43 "shouldFlattenTransform": false
44 },
45 {
46 "name": "LayoutBlockFlow (relative positioned) DIV class='list'",
47 "position": [20, -30],
48 "bounds": [180, 250]
49 },
50 {
51 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (relative positioned) DIV class='commit')",
52 "position": [20, -30],
53 "bounds": [180, 250],
54 "drawsContent": true
61 } 55 }
62 ], 56 ],
63 "objectPaintInvalidations": [ 57 "objectPaintInvalidations": [
64 { 58 {
65 "object": "LayoutBlockFlow DIV class='scroller'", 59 "object": "LayoutBlockFlow DIV class='scroller'",
66 "reason": "subtree" 60 "reason": "subtree"
67 }, 61 },
68 { 62 {
69 "object": "VerticalScrollbar", 63 "object": "VerticalScrollbar",
70 "reason": "scroll" 64 "reason": "scroll"
71 }, 65 },
72 { 66 {
73 "object": "LayoutBlockFlow (positioned) DIV class='back'", 67 "object": "LayoutBlockFlow (positioned) DIV class='back'",
74 "reason": "subtree" 68 "reason": "subtree"
75 } 69 }
76 ] 70 ]
77 } 71 }
78 72
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698