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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/selection/selection-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 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutTextControl INPUT id='target'", 10 "object": "LayoutTextControl INPUT id='target'",
(...skipping 28 matching lines...) Expand all
39 }, 39 },
40 { 40 {
41 "name": "Overflow Controls Host Layer", 41 "name": "Overflow Controls Host Layer",
42 "bounds": [35, 13] 42 "bounds": [35, 13]
43 }, 43 },
44 { 44 {
45 "name": "Horizontal Scrollbar Layer", 45 "name": "Horizontal Scrollbar Layer",
46 "position": [0, 13], 46 "position": [0, 13],
47 "bounds": [35, 0], 47 "bounds": [35, 0],
48 "drawsContent": true 48 "drawsContent": true
49 },
50 {
51 "name": "Vertical Scrollbar Layer",
52 "position": [35, 0],
53 "bounds": [0, 13],
54 "drawsContent": true
55 } 49 }
56 ], 50 ],
57 "objectPaintInvalidations": [ 51 "objectPaintInvalidations": [
58 { 52 {
59 "object": "LayoutBlockFlow HTML", 53 "object": "LayoutBlockFlow HTML",
60 "reason": "selection" 54 "reason": "selection"
61 }, 55 },
62 { 56 {
63 "object": "LayoutBlockFlow BODY", 57 "object": "LayoutBlockFlow BODY",
64 "reason": "selection" 58 "reason": "selection"
(...skipping 10 matching lines...) Expand all
75 "object": "LayoutText #text", 69 "object": "LayoutText #text",
76 "reason": "selection" 70 "reason": "selection"
77 }, 71 },
78 { 72 {
79 "object": "InlineTextBox 'test test test'", 73 "object": "InlineTextBox 'test test test'",
80 "reason": "selection" 74 "reason": "selection"
81 } 75 }
82 ] 76 ]
83 } 77 }
84 78
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698