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

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

Issue 2374083002: Auto-rebaseline for r420749 (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 "name": "Content Root Layer",
3 "bounds": [2008, 2092], 3 "bounds": [2008, 2092],
4 "children": [ 4 "children": [
5 { 5 {
6 "name": "LayoutView #document", 6 "name": "LayoutView #document",
7 "bounds": [2008, 2092], 7 "bounds": [2008, 2092],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "paintInvalidations": [ 10 "paintInvalidations": [
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 "object": "LayoutText #text", 62 "object": "LayoutText #text",
63 "rect": [516, 50, 5, 18], 63 "rect": [516, 50, 5, 18],
64 "reason": "forced by layout" 64 "reason": "forced by layout"
65 } 65 }
66 ] 66 ]
67 } 67 }
68 ], 68 ],
69 "objectPaintInvalidations": [ 69 "objectPaintInvalidations": [
70 { 70 {
71 "object": "LayoutView #document", 71 "object": "LayoutView #document",
72 "reason": "scroll"
73 },
74 {
75 "object": "LayoutView #document",
76 "reason": "scroll"
77 },
78 {
79 "object": "LayoutView #document",
72 "reason": "style change" 80 "reason": "style change"
73 }, 81 },
74 { 82 {
75 "object": "LayoutBlockFlow BODY", 83 "object": "LayoutBlockFlow BODY",
76 "reason": "style change" 84 "reason": "style change"
77 }, 85 },
78 { 86 {
79 "object": "LayoutBlockFlow P", 87 "object": "LayoutBlockFlow P",
80 "reason": "forced by layout" 88 "reason": "forced by layout"
81 }, 89 },
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 "object": "InlineTextBox 'Bug 36461 - No vertical scrollbar after the CSS class change'", 123 "object": "InlineTextBox 'Bug 36461 - No vertical scrollbar after the CSS class change'",
116 "reason": "forced by layout" 124 "reason": "forced by layout"
117 }, 125 },
118 { 126 {
119 "object": "LayoutText #text", 127 "object": "LayoutText #text",
120 "reason": "forced by layout" 128 "reason": "forced by layout"
121 }, 129 },
122 { 130 {
123 "object": "InlineTextBox '.'", 131 "object": "InlineTextBox '.'",
124 "reason": "forced by layout" 132 "reason": "forced by layout"
125 },
126 {
127 "object": "LayoutView #document",
128 "reason": "scroll"
129 },
130 {
131 "object": "LayoutView #document",
132 "reason": "scroll"
133 } 133 }
134 ] 134 ]
135 } 135 }
136 136
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698