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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/flexbox/scrollbars-changed-expected.txt

Issue 2516303003: Revert of Only promote opaque scrollers which are stacking contexts. (Closed)
Patch Set: Created 4 years 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 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true
8 },
9 {
10 "name": "LayoutBlockFlow DIV id='scroller'",
11 "bounds": [200, 100],
12 "shouldFlattenTransform": false,
13 "drawsContent": true,
14 "backgroundColor": "#808080"
15 },
16 {
17 "name": "Scrolling Layer",
18 "bounds": [185, 100],
19 "shouldFlattenTransform": false
20 },
21 {
22 "name": "Scrolling Contents Layer",
23 "bounds": [185, 210],
24 "contentsOpaque": true,
7 "drawsContent": true, 25 "drawsContent": true,
8 "paintInvalidations": [ 26 "paintInvalidations": [
9 { 27 {
10 "object": "LayoutBlockFlow DIV id='dynamic' class='content'", 28 "object": "LayoutBlockFlow DIV id='dynamic' class='content'",
11 "rect": [0, 0, 185, 30], 29 "rect": [0, 0, 185, 30],
12 "reason": "forced by layout" 30 "reason": "forced by layout"
13 }, 31 },
14 { 32 {
15 "object": "LayoutBlockFlow DIV id='scroller'",
16 "rect": [185, 0, 15, 100],
17 "reason": "scroll"
18 },
19 {
20 "object": "LayoutText #text", 33 "object": "LayoutText #text",
21 "rect": [0, 5, 15, 15], 34 "rect": [0, 5, 15, 15],
22 "reason": "full" 35 "reason": "full"
23 } 36 }
24 ] 37 ]
38 },
39 {
40 "name": "Overflow Controls Host Layer",
41 "bounds": [200, 100]
42 },
43 {
44 "name": "Vertical Scrollbar Layer",
45 "position": [185, 0],
46 "bounds": [15, 100],
47 "paintInvalidations": [
48 {
49 "object": "Vertical Scrollbar Layer",
50 "rect": [0, 0, 15, 210],
51 "reason": "full"
52 },
53 {
54 "object": "Vertical Scrollbar Layer",
55 "rect": [0, 0, 15, 210],
56 "reason": "full"
57 },
58 {
59 "object": "Vertical Scrollbar Layer",
60 "rect": [0, 0, 15, 210],
61 "reason": "full"
62 },
63 {
64 "object": "Vertical Scrollbar Layer",
65 "rect": [0, 0, 15, 100],
66 "reason": "full"
67 },
68 {
69 "object": "Vertical Scrollbar Layer",
70 "rect": [0, 0, 15, 100],
71 "reason": "full"
72 },
73 {
74 "object": "Vertical Scrollbar Layer",
75 "rect": [0, 0, 15, 100],
76 "reason": "full"
77 },
78 {
79 "object": "Vertical Scrollbar Layer",
80 "rect": [0, 0, 15, 100],
81 "reason": "full"
82 },
83 {
84 "object": "Vertical Scrollbar Layer",
85 "rect": [0, 0, 15, 100],
86 "reason": "full"
87 }
88 ]
25 } 89 }
26 ], 90 ],
27 "objectPaintInvalidations": [ 91 "objectPaintInvalidations": [
28 { 92 {
29 "object": "VerticalScrollbar",
30 "reason": "scroll"
31 },
32 {
33 "object": "LayoutBlockFlow DIV id='dynamic' class='content'", 93 "object": "LayoutBlockFlow DIV id='dynamic' class='content'",
34 "reason": "forced by layout" 94 "reason": "forced by layout"
35 }, 95 },
36 { 96 {
37 "object": "RootInlineBox", 97 "object": "RootInlineBox",
38 "reason": "forced by layout" 98 "reason": "forced by layout"
39 }, 99 },
40 { 100 {
41 "object": "LayoutText #text", 101 "object": "LayoutText #text",
42 "reason": "full" 102 "reason": "full"
43 }, 103 },
44 { 104 {
45 "object": "InlineTextBox 'z'", 105 "object": "InlineTextBox 'z'",
46 "reason": "full" 106 "reason": "full"
47 } 107 }
48 ] 108 ]
49 } 109 }
50 110
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698