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

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

Issue 2046233002: Revert of 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 {
28 "object": "InlineTextBox 'test'", 33 "object": "InlineTextBox 'test'",
29 "reason": "selection" 34 "reason": "selection"
30 }, 35 },
31 { 36 {
32 "object": "LayoutBlockFlow DIV id='scroller'", 37 "object": "LayoutBlockFlow DIV id='scroller'",
33 "reason": "selection" 38 "reason": "selection"
34 }, 39 },
35 { 40 {
36 "object": "LayoutBlockFlow DIV id='target'", 41 "object": "LayoutBlockFlow DIV id='target'",
37 "reason": "selection" 42 "reason": "selection"
38 },
39 {
40 "object": "LayoutText #text",
41 "reason": "selection"
42 } 43 }
43 ], 44 ],
44 "children": [ 45 "children": [
45 { 46 {
46 "bounds": [185, 185], 47 "bounds": [185, 185],
47 "shouldFlattenTransform": false, 48 "shouldFlattenTransform": false,
48 "children": [ 49 "children": [
49 { 50 {
50 "bounds": [200, 1620], 51 "bounds": [200, 1620],
51 "drawsContent": true, 52 "drawsContent": true,
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 } 90 }
90 ] 91 ]
91 } 92 }
92 ] 93 ]
93 } 94 }
94 ] 95 ]
95 } 96 }
96 ] 97 ]
97 } 98 }
98 99
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698