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

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

Issue 2416453006: Use the pixelSnappedScrollWidth/Height for contentsSize (Closed)
Patch Set: Spv2 expectations 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 "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 21 matching lines...) Expand all
32 "shouldFlattenTransform": false, 32 "shouldFlattenTransform": false,
33 "drawsContent": true 33 "drawsContent": true
34 }, 34 },
35 { 35 {
36 "name": "Scrolling Layer", 36 "name": "Scrolling Layer",
37 "bounds": [42, 13], 37 "bounds": [42, 13],
38 "shouldFlattenTransform": false 38 "shouldFlattenTransform": false
39 }, 39 },
40 { 40 {
41 "name": "Scrolling Contents Layer", 41 "name": "Scrolling Contents Layer",
42 "bounds": [67, 13], 42 "bounds": [68, 13],
43 "drawsContent": true, 43 "drawsContent": true,
44 "paintInvalidations": [ 44 "paintInvalidations": [
45 { 45 {
46 "object": "LayoutText #text", 46 "object": "LayoutText #text",
47 "rect": [65, -1, 3, 15], 47 "rect": [65, -1, 3, 15],
48 "reason": "invalidate paint rectangle" 48 "reason": "invalidate paint rectangle"
49 } 49 }
50 ] 50 ]
51 }, 51 },
52 { 52 {
(...skipping 18 matching lines...) Expand all
71 "object": "Caret", 71 "object": "Caret",
72 "reason": "invalidate paint rectangle" 72 "reason": "invalidate paint rectangle"
73 }, 73 },
74 { 74 {
75 "object": "LayoutTextControl INPUT id='root'", 75 "object": "LayoutTextControl INPUT id='root'",
76 "reason": "subtree" 76 "reason": "subtree"
77 } 77 }
78 ] 78 ]
79 } 79 }
80 80
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698