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

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

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

Powered by Google App Engine
This is Rietveld 408576698