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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/selection/selection-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 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutTextControl INPUT id='target'", 10 "object": "LayoutTextControl INPUT id='target'",
11 "rect": [5, 5, 47, 25], 11 "rect": [5, 5, 47, 25],
12 "reason": "subtree" 12 "reason": "subtree"
13 } 13 }
14 ] 14 ]
15 }, 15 },
16 { 16 {
17 "name": "LayoutBlockFlow DIV id='inner-editor'", 17 "name": "LayoutBlockFlow DIV id='inner-editor'",
18 "position": [11, 11], 18 "position": [11, 11],
19 "bounds": [35, 13], 19 "bounds": [35, 13],
20 "shouldFlattenTransform": false, 20 "shouldFlattenTransform": false,
21 "drawsContent": true 21 "drawsContent": true
22 }, 22 },
23 { 23 {
24 "name": "Scrolling Layer", 24 "name": "Scrolling Layer",
25 "bounds": [35, 13], 25 "bounds": [35, 13],
26 "shouldFlattenTransform": false 26 "shouldFlattenTransform": false
27 }, 27 },
28 { 28 {
29 "name": "Scrolling Contents Layer", 29 "name": "Scrolling Contents Layer",
30 "bounds": [66, 13], 30 "bounds": [67, 13],
31 "drawsContent": true, 31 "drawsContent": true,
32 "paintInvalidations": [ 32 "paintInvalidations": [
33 { 33 {
34 "object": "LayoutText #text", 34 "object": "LayoutText #text",
35 "rect": [23, 0, 23, 13], 35 "rect": [23, 0, 23, 13],
36 "reason": "selection" 36 "reason": "selection"
37 } 37 }
38 ] 38 ]
39 }, 39 },
40 { 40 {
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 "object": "LayoutText #text", 75 "object": "LayoutText #text",
76 "reason": "selection" 76 "reason": "selection"
77 }, 77 },
78 { 78 {
79 "object": "InlineTextBox 'test test test'", 79 "object": "InlineTextBox 'test test test'",
80 "reason": "selection" 80 "reason": "selection"
81 } 81 }
82 ] 82 ]
83 } 83 }
84 84
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698