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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/overflow-scroll-body-appear-expected.txt

Issue 2872423002: Tweak PaintInvalidationReasons (Closed)
Patch Set: Rebaseline-cl Created 3 years, 7 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 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
5 "bounds": [2008, 2092], 5 "bounds": [2008, 2092],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutView #document", 10 "object": "LayoutView #document",
11 "rect": [0, 0, 2008, 2092], 11 "rect": [0, 0, 2008, 2092],
12 "reason": "style change" 12 "reason": "style change"
13 }, 13 },
14 { 14 {
15 "object": "LayoutView #document", 15 "object": "LayoutView #document",
16 "rect": [0, 585, 785, 15], 16 "rect": [0, 585, 785, 15],
17 "reason": "scroll" 17 "reason": "scroll control"
18 }, 18 },
19 { 19 {
20 "object": "LayoutBlockFlow BODY", 20 "object": "LayoutBlockFlow BODY",
21 "rect": [8, 16, 784, 2068], 21 "rect": [8, 16, 784, 2068],
22 "reason": "style change" 22 "reason": "style change"
23 }, 23 },
24 { 24 {
25 "object": "LayoutBlockFlow P", 25 "object": "LayoutBlockFlow P",
26 "rect": [8, 50, 784, 18], 26 "rect": [8, 50, 784, 18],
27 "reason": "forced by layout" 27 "reason": "geometry"
28 }, 28 },
29 { 29 {
30 "object": "LayoutBlockFlow P", 30 "object": "LayoutBlockFlow P",
31 "rect": [8, 16, 784, 18], 31 "rect": [8, 16, 784, 18],
32 "reason": "forced by layout" 32 "reason": "geometry"
33 }, 33 },
34 { 34 {
35 "object": "LayoutText #text", 35 "object": "LayoutText #text",
36 "rect": [127, 50, 390, 18], 36 "rect": [127, 50, 390, 18],
37 "reason": "forced by layout" 37 "reason": "geometry"
38 }, 38 },
39 { 39 {
40 "object": "LayoutText #text", 40 "object": "LayoutText #text",
41 "rect": [8, 16, 348, 18], 41 "rect": [8, 16, 348, 18],
42 "reason": "forced by layout" 42 "reason": "geometry"
43 }, 43 },
44 { 44 {
45 "object": "LayoutText #text", 45 "object": "LayoutText #text",
46 "rect": [8, 50, 120, 18], 46 "rect": [8, 50, 120, 18],
47 "reason": "forced by layout" 47 "reason": "geometry"
48 }, 48 },
49 { 49 {
50 "object": "LayoutView #document", 50 "object": "LayoutView #document",
51 "rect": [785, 0, 15, 585], 51 "rect": [785, 0, 15, 585],
52 "reason": "scroll" 52 "reason": "scroll control"
53 }, 53 },
54 { 54 {
55 "object": "LayoutView #document", 55 "object": "LayoutView #document",
56 "rect": [785, 585, 15, 15], 56 "rect": [785, 585, 15, 15],
57 "reason": "scroll" 57 "reason": "scroll control"
58 }, 58 },
59 { 59 {
60 "object": "LayoutText #text", 60 "object": "LayoutText #text",
61 "rect": [516, 50, 5, 18], 61 "rect": [516, 50, 5, 18],
62 "reason": "forced by layout" 62 "reason": "geometry"
63 } 63 }
64 ] 64 ]
65 } 65 }
66 ], 66 ],
67 "objectPaintInvalidations": [ 67 "objectPaintInvalidations": [
68 { 68 {
69 "object": "LayoutView #document", 69 "object": "LayoutView #document",
70 "reason": "scroll" 70 "reason": "geometry"
71 }, 71 },
72 { 72 {
73 "object": "LayoutView #document", 73 "object": "LayoutView #document",
74 "reason": "scroll" 74 "reason": "geometry"
75 }, 75 },
76 { 76 {
77 "object": "LayoutView #document", 77 "object": "LayoutView #document",
78 "reason": "style change" 78 "reason": "style change"
79 }, 79 },
80 { 80 {
81 "object": "LayoutBlockFlow BODY", 81 "object": "LayoutBlockFlow BODY",
82 "reason": "style change" 82 "reason": "style change"
83 }, 83 },
84 { 84 {
85 "object": "LayoutBlockFlow P", 85 "object": "LayoutBlockFlow P",
86 "reason": "forced by layout" 86 "reason": "geometry"
87 }, 87 },
88 { 88 {
89 "object": "RootInlineBox", 89 "object": "RootInlineBox",
90 "reason": "forced by layout" 90 "reason": "geometry"
91 }, 91 },
92 { 92 {
93 "object": "LayoutText #text", 93 "object": "LayoutText #text",
94 "reason": "forced by layout" 94 "reason": "geometry"
95 }, 95 },
96 { 96 {
97 "object": "InlineTextBox 'You should see both vertical and horizontal scro llbars.'", 97 "object": "InlineTextBox 'You should see both vertical and horizontal scro llbars.'",
98 "reason": "forced by layout" 98 "reason": "geometry"
99 }, 99 },
100 { 100 {
101 "object": "LayoutBlockFlow P", 101 "object": "LayoutBlockFlow P",
102 "reason": "forced by layout" 102 "reason": "geometry"
103 }, 103 },
104 { 104 {
105 "object": "RootInlineBox", 105 "object": "RootInlineBox",
106 "reason": "forced by layout" 106 "reason": "geometry"
107 }, 107 },
108 { 108 {
109 "object": "LayoutText #text", 109 "object": "LayoutText #text",
110 "reason": "forced by layout" 110 "reason": "geometry"
111 }, 111 },
112 { 112 {
113 "object": "InlineTextBox 'This is the test for '", 113 "object": "InlineTextBox 'This is the test for '",
114 "reason": "forced by layout" 114 "reason": "geometry"
115 }, 115 },
116 { 116 {
117 "object": "LayoutText #text", 117 "object": "LayoutText #text",
118 "reason": "forced by layout" 118 "reason": "geometry"
119 }, 119 },
120 { 120 {
121 "object": "InlineTextBox 'Bug 36461 - No vertical scrollbar after the CSS class change'", 121 "object": "InlineTextBox 'Bug 36461 - No vertical scrollbar after the CSS class change'",
122 "reason": "forced by layout" 122 "reason": "geometry"
123 }, 123 },
124 { 124 {
125 "object": "LayoutText #text", 125 "object": "LayoutText #text",
126 "reason": "forced by layout" 126 "reason": "geometry"
127 }, 127 },
128 { 128 {
129 "object": "InlineTextBox '.'", 129 "object": "InlineTextBox '.'",
130 "reason": "forced by layout" 130 "reason": "geometry"
131 } 131 }
132 ] 132 ]
133 } 133 }
134 134
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698