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

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

Issue 1407383005: Fix flattening for scrollable areas. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 years 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 "paintInvalidationClients": [ 8 "paintInvalidationClients": [
9 "LayoutBlockFlow HTML", 9 "LayoutBlockFlow HTML",
10 "LayoutBlockFlow BODY" 10 "LayoutBlockFlow BODY"
11 ], 11 ],
12 "children": [ 12 "children": [
13 { 13 {
14 "position": [8, 8], 14 "position": [8, 8],
15 "bounds": [200, 200], 15 "bounds": [200, 200],
16 "contentsOpaque": true, 16 "contentsOpaque": true,
17 "shouldFlattenTransform": false,
17 "drawsContent": true, 18 "drawsContent": true,
18 "backgroundColor": "#D3D3D3", 19 "backgroundColor": "#D3D3D3",
19 "repaintRects": [ 20 "repaintRects": [
20 [0, 160, 21, 19] 21 [0, 160, 21, 19]
21 ], 22 ],
22 "paintInvalidationClients": [ 23 "paintInvalidationClients": [
23 "LayoutBlockFlow DIV id='scroller'" 24 "LayoutBlockFlow DIV id='scroller'"
24 ], 25 ],
25 "children": [ 26 "children": [
26 { 27 {
27 "bounds": [185, 185], 28 "bounds": [185, 185],
29 "shouldFlattenTransform": false,
28 "children": [ 30 "children": [
29 { 31 {
30 "bounds": [200, 1620], 32 "bounds": [200, 1620],
31 "shouldFlattenTransform": false,
32 "drawsContent": true, 33 "drawsContent": true,
33 "repaintRects": [ 34 "repaintRects": [
34 [0, 610, 21, 19] 35 [0, 610, 21, 19]
35 ], 36 ],
36 "paintInvalidationClients": [ 37 "paintInvalidationClients": [
37 "LayoutBlockFlow DIV id='scroller'", 38 "LayoutBlockFlow DIV id='scroller'",
38 "LayoutBlockFlow DIV id='target'", 39 "LayoutBlockFlow DIV id='target'",
39 "LayoutText #text", 40 "LayoutText #text",
40 "InlineTextBox 'test'" 41 "InlineTextBox 'test'"
41 ] 42 ]
(...skipping 18 matching lines...) Expand all
60 } 61 }
61 ] 62 ]
62 } 63 }
63 ] 64 ]
64 } 65 }
65 ] 66 ]
66 } 67 }
67 ] 68 ]
68 } 69 }
69 70
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698