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

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

Issue 2505253002: Set scrollbar enabled state for overflow:auto. (Closed)
Patch Set: Rebase Created 4 years, 1 month 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 7 "drawsContent": true
8 }, 8 },
9 { 9 {
10 "name": "LayoutBlockFlow DIV id='scroller'", 10 "name": "LayoutBlockFlow DIV id='scroller'",
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 "rect": [0, 0, 15, 210], 50 "rect": [0, 0, 15, 210],
51 "reason": "full" 51 "reason": "full"
52 }, 52 },
53 { 53 {
54 "object": "Vertical Scrollbar Layer", 54 "object": "Vertical Scrollbar Layer",
55 "rect": [0, 0, 15, 210], 55 "rect": [0, 0, 15, 210],
56 "reason": "full" 56 "reason": "full"
57 }, 57 },
58 { 58 {
59 "object": "Vertical Scrollbar Layer", 59 "object": "Vertical Scrollbar Layer",
60 "rect": [0, 0, 15, 210],
61 "reason": "full"
62 },
63 {
64 "object": "Vertical Scrollbar Layer",
60 "rect": [0, 0, 15, 100], 65 "rect": [0, 0, 15, 100],
61 "reason": "full" 66 "reason": "full"
62 }, 67 },
68 {
69 "object": "Vertical Scrollbar Layer",
70 "rect": [0, 0, 15, 100],
71 "reason": "full"
72 },
63 { 73 {
64 "object": "Vertical Scrollbar Layer", 74 "object": "Vertical Scrollbar Layer",
65 "rect": [0, 0, 15, 100], 75 "rect": [0, 0, 15, 100],
66 "reason": "full" 76 "reason": "full"
67 }, 77 },
68 { 78 {
69 "object": "Vertical Scrollbar Layer", 79 "object": "Vertical Scrollbar Layer",
70 "rect": [0, 0, 15, 100], 80 "rect": [0, 0, 15, 100],
71 "reason": "full" 81 "reason": "full"
72 }, 82 },
(...skipping 18 matching lines...) Expand all
91 "object": "LayoutText #text", 101 "object": "LayoutText #text",
92 "reason": "full" 102 "reason": "full"
93 }, 103 },
94 { 104 {
95 "object": "InlineTextBox 'z'", 105 "object": "InlineTextBox 'z'",
96 "reason": "full" 106 "reason": "full"
97 } 107 }
98 ] 108 ]
99 } 109 }
100 110
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698