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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/selection/selection-within-composited-scroller-expected.txt

Issue 2019583002: Don't include scroll offset in offsetFromLayoutObject for scrolling contents layers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
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": "LayoutBlockFlow BODY", 10 "object": "LayoutBlockFlow BODY",
11 "reason": "selection" 11 "reason": "selection"
12 }, 12 },
13 { 13 {
14 "object": "LayoutBlockFlow HTML", 14 "object": "LayoutBlockFlow HTML",
15 "reason": "selection" 15 "reason": "selection"
16 } 16 }
17 ], 17 ],
18 "children": [ 18 "children": [
19 { 19 {
20 "position": [8, 8], 20 "position": [8, 8],
21 "bounds": [200, 200], 21 "bounds": [200, 200],
22 "contentsOpaque": true, 22 "contentsOpaque": true,
23 "shouldFlattenTransform": false, 23 "shouldFlattenTransform": false,
24 "drawsContent": true, 24 "drawsContent": true,
25 "backgroundColor": "#D3D3D3", 25 "backgroundColor": "#D3D3D3",
26 "paintInvalidations": [ 26 "paintInvalidations": [
27 { 27 {
28 "object": "LayoutText #text",
29 "rect": [0, 160, 21, 19],
30 "reason": "selection"
31 },
32 {
33 "object": "InlineTextBox 'test'", 28 "object": "InlineTextBox 'test'",
34 "reason": "selection" 29 "reason": "selection"
35 }, 30 },
36 { 31 {
37 "object": "LayoutBlockFlow DIV id='scroller'", 32 "object": "LayoutBlockFlow DIV id='scroller'",
38 "reason": "selection" 33 "reason": "selection"
39 }, 34 },
40 { 35 {
41 "object": "LayoutBlockFlow DIV id='target'", 36 "object": "LayoutBlockFlow DIV id='target'",
42 "reason": "selection" 37 "reason": "selection"
38 },
39 {
40 "object": "LayoutText #text",
41 "reason": "selection"
43 } 42 }
44 ], 43 ],
45 "children": [ 44 "children": [
46 { 45 {
47 "bounds": [185, 185], 46 "bounds": [185, 185],
48 "shouldFlattenTransform": false, 47 "shouldFlattenTransform": false,
49 "children": [ 48 "children": [
50 { 49 {
51 "bounds": [200, 1620], 50 "bounds": [200, 1620],
52 "drawsContent": true, 51 "drawsContent": true,
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 } 89 }
91 ] 90 ]
92 } 91 }
93 ] 92 ]
94 } 93 }
95 ] 94 ]
96 } 95 }
97 ] 96 ]
98 } 97 }
99 98
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698