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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/selection/selection-in-composited-scrolling-container-expected.txt

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

Powered by Google App Engine
This is Rietveld 408576698