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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac-mac10.10/paint/invalidation/invalidate-caret-in-composited-scrolling-container-expected.txt

Issue 2417303002: Refactor PLSA scrollbar existence calculation. (Closed)
Patch Set: Sync + rebaseline invalidation tests. 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": "LayoutTextControl INPUT id='root'", 10 "name": "LayoutTextControl INPUT id='root'",
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 }, 51 },
52 { 52 {
53 "name": "Overflow Controls Host Layer", 53 "name": "Overflow Controls Host Layer",
54 "bounds": [35, 13] 54 "bounds": [35, 13]
55 }, 55 },
56 { 56 {
57 "name": "Horizontal Scrollbar Layer", 57 "name": "Horizontal Scrollbar Layer",
58 "position": [0, 13], 58 "position": [0, 13],
59 "bounds": [35, 0], 59 "bounds": [35, 0],
60 "drawsContent": true 60 "drawsContent": true
61 },
62 {
63 "name": "Vertical Scrollbar Layer",
64 "position": [35, 0],
65 "bounds": [0, 13],
66 "drawsContent": true
67 } 61 }
68 ], 62 ],
69 "objectPaintInvalidations": [ 63 "objectPaintInvalidations": [
70 { 64 {
71 "object": "Caret", 65 "object": "Caret",
72 "reason": "invalidate paint rectangle" 66 "reason": "invalidate paint rectangle"
73 }, 67 },
74 { 68 {
75 "object": "LayoutTextControl INPUT id='root'", 69 "object": "LayoutTextControl INPUT id='root'",
76 "reason": "subtree" 70 "reason": "subtree"
77 } 71 }
78 ] 72 ]
79 } 73 }
80 74
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698