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

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

Issue 2402833002: Auto-rebaseline for r424089 (Closed)
Patch Set: 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 "name": "Content Root Layer", 2 "layers": [
3 "bounds": [800, 600],
4 "children": [
5 { 3 {
6 "name": "LayoutView #document", 4 "name": "LayoutView #document",
7 "bounds": [800, 600], 5 "bounds": [800, 600],
8 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true
8 },
9 {
10 "name": "LayoutBlockFlow DIV id='scroller'",
11 "position": [8, 8],
12 "bounds": [200, 200],
13 "shouldFlattenTransform": false,
9 "drawsContent": true, 14 "drawsContent": true,
10 "children": [ 15 "backgroundColor": "#D3D3D3"
16 },
17 {
18 "name": "Scrolling Layer",
19 "bounds": [185, 185],
20 "shouldFlattenTransform": false
21 },
22 {
23 "name": "Scrolling Contents Layer",
24 "bounds": [200, 1620],
25 "contentsOpaque": true,
26 "drawsContent": true,
27 "paintInvalidations": [
11 { 28 {
12 "name": "LayoutBlockFlow DIV id='scroller'", 29 "object": "LayoutText #text",
13 "position": [8, 8], 30 "rect": [0, 610, 23, 17],
14 "bounds": [200, 200], 31 "reason": "selection"
15 "shouldFlattenTransform": false,
16 "drawsContent": true,
17 "backgroundColor": "#D3D3D3",
18 "children": [
19 {
20 "name": "Scrolling Layer",
21 "bounds": [185, 185],
22 "shouldFlattenTransform": false,
23 "children": [
24 {
25 "name": "Scrolling Contents Layer",
26 "bounds": [200, 1620],
27 "contentsOpaque": true,
28 "drawsContent": true,
29 "paintInvalidations": [
30 {
31 "object": "LayoutText #text",
32 "rect": [0, 610, 23, 17],
33 "reason": "selection"
34 }
35 ]
36 }
37 ]
38 },
39 {
40 "name": "Overflow Controls Host Layer",
41 "bounds": [200, 200],
42 "children": [
43 {
44 "name": "Horizontal Scrollbar Layer",
45 "position": [0, 185],
46 "bounds": [185, 15]
47 },
48 {
49 "name": "Vertical Scrollbar Layer",
50 "position": [185, 0],
51 "bounds": [15, 185]
52 },
53 {
54 "name": "Scroll Corner Layer",
55 "position": [185, 185],
56 "bounds": [15, 15],
57 "drawsContent": true
58 }
59 ]
60 }
61 ]
62 } 32 }
63 ] 33 ]
34 },
35 {
36 "name": "Overflow Controls Host Layer",
37 "bounds": [200, 200]
38 },
39 {
40 "name": "Horizontal Scrollbar Layer",
41 "position": [0, 185],
42 "bounds": [185, 15]
43 },
44 {
45 "name": "Vertical Scrollbar Layer",
46 "position": [185, 0],
47 "bounds": [15, 185]
48 },
49 {
50 "name": "Scroll Corner Layer",
51 "position": [185, 185],
52 "bounds": [15, 15],
53 "drawsContent": true
64 } 54 }
65 ], 55 ],
66 "objectPaintInvalidations": [ 56 "objectPaintInvalidations": [
67 { 57 {
68 "object": "LayoutBlockFlow HTML", 58 "object": "LayoutBlockFlow HTML",
69 "reason": "selection" 59 "reason": "selection"
70 }, 60 },
71 { 61 {
72 "object": "LayoutBlockFlow BODY", 62 "object": "LayoutBlockFlow BODY",
73 "reason": "selection" 63 "reason": "selection"
(...skipping 10 matching lines...) Expand all
84 "object": "LayoutText #text", 74 "object": "LayoutText #text",
85 "reason": "selection" 75 "reason": "selection"
86 }, 76 },
87 { 77 {
88 "object": "InlineTextBox 'test'", 78 "object": "InlineTextBox 'test'",
89 "reason": "selection" 79 "reason": "selection"
90 } 80 }
91 ] 81 ]
92 } 82 }
93 83
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698