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

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

Powered by Google App Engine
This is Rietveld 408576698