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

Side by Side Diff: LayoutTests/paint/selection/selection-within-composited-scroller-expected.txt

Issue 1315203002: Fix selection invalidation in composited scrollers. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 3 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 | Annotate | Revision Log
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": [
9 "LayoutBlockFlow HTML",
10 "LayoutBlockFlow BODY"
11 ],
8 "children": [ 12 "children": [
9 { 13 {
10 "position": [8, 8], 14 "position": [8, 8],
11 "bounds": [200, 200], 15 "bounds": [200, 200],
16 "contentsOpaque": true,
12 "drawsContent": true, 17 "drawsContent": true,
18 "backgroundColor": "#D3D3D3",
13 "repaintRects": [ 19 "repaintRects": [
14 [0, 0, 185, 200] 20 [0, 160, 21, 19]
15 ], 21 ],
16 "paintInvalidationClients": [ 22 "paintInvalidationClients": [
17 "LayoutBlockFlow DIV id='indicator'" 23 "LayoutBlockFlow DIV id='scroller'",
24 "LayoutBlockFlow DIV id='target'",
25 "LayoutText #text",
26 "InlineTextBox 'test'"
18 ], 27 ],
19 "children": [ 28 "children": [
20 { 29 {
21 "bounds": [185, 185], 30 "bounds": [185, 185],
22 "children": [ 31 "children": [
23 { 32 {
24 "bounds": [185, 1200], 33 "bounds": [200, 1620],
25 "shouldFlattenTransform": false, 34 "shouldFlattenTransform": false,
26 "drawsContent": true, 35 "drawsContent": true,
27 "repaintRects": [ 36 "repaintRects": [
28 [0, 0, 185, 200] 37 [0, 610, 21, 19]
29 ], 38 ],
30 "paintInvalidationClients": [ 39 "paintInvalidationClients": [
31 "LayoutBlockFlow DIV id='indicator'" 40 "LayoutBlockFlow DIV id='scroller'",
41 "LayoutBlockFlow DIV id='target'",
42 "LayoutText #text",
43 "InlineTextBox 'test'"
32 ], 44 ],
33 "children": [ 45 "children": [
34 { 46 {
35 "shouldFlattenTransform": false 47 "shouldFlattenTransform": false
36 } 48 }
37 ] 49 ]
38 } 50 }
39 ] 51 ]
40 }, 52 },
41 { 53 {
42 "children": [ 54 "children": [
43 { 55 {
44 "position": [0, 185], 56 "position": [0, 185],
45 "bounds": [185, 15], 57 "bounds": [185, 15],
46 "drawsContent": true 58 "drawsContent": true
47 }, 59 },
48 { 60 {
49 "position": [185, 0], 61 "position": [185, 0],
50 "bounds": [15, 185], 62 "bounds": [15, 185],
51 "drawsContent": true, 63 "drawsContent": true
52 "repaintRects": [
53 [0, 0, 15, 185]
54 ],
55 "paintInvalidationClients": [
56 "##ALL##"
57 ]
58 }, 64 },
59 { 65 {
60 "position": [185, 185], 66 "position": [185, 185],
61 "bounds": [15, 15], 67 "bounds": [15, 15],
62 "drawsContent": true 68 "drawsContent": true
63 } 69 }
64 ] 70 ]
65 } 71 }
66 ] 72 ]
67 } 73 }
68 ] 74 ]
69 } 75 }
70 ] 76 ]
71 } 77 }
72 78
OLDNEW
« no previous file with comments | « LayoutTests/paint/selection/selection-within-composited-scroller.html ('k') | Source/core/layout/LayoutObject.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698