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

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

Issue 1890293002: Manual rebaseline for bug 602483, 602614, 602616, 602618 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mark virtual/spv2/svg/custom/object-sizing-no-width-height-change-content-box-size.xhtml for NeedsManualRebaseline (it was skipped so no baseline generated) Created 4 years, 8 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 "rect": [0, 0, 0, 0],
12 "reason": "selection" 11 "reason": "selection"
13 }, 12 },
14 { 13 {
15 "object": "LayoutBlockFlow HTML", 14 "object": "LayoutBlockFlow HTML",
16 "rect": [0, 0, 0, 0],
17 "reason": "selection" 15 "reason": "selection"
18 } 16 }
19 ], 17 ],
20 "children": [ 18 "children": [
21 { 19 {
22 "position": [8, 8], 20 "position": [8, 8],
23 "bounds": [200, 200], 21 "bounds": [200, 200],
24 "contentsOpaque": true, 22 "contentsOpaque": true,
25 "shouldFlattenTransform": false, 23 "shouldFlattenTransform": false,
26 "drawsContent": true, 24 "drawsContent": true,
27 "backgroundColor": "#D3D3D3", 25 "backgroundColor": "#D3D3D3",
28 "paintInvalidations": [ 26 "paintInvalidations": [
29 { 27 {
28 "object": "LayoutText #text",
29 "rect": [0, 160, 23, 18],
30 "reason": "selection"
31 },
32 {
30 "object": "InlineTextBox 'test'", 33 "object": "InlineTextBox 'test'",
31 "rect": [0, 0, 0, 0],
32 "reason": "selection" 34 "reason": "selection"
33 }, 35 },
34 { 36 {
35 "object": "LayoutBlockFlow DIV id='scroller'", 37 "object": "LayoutBlockFlow DIV id='scroller'",
36 "rect": [0, 0, 0, 0],
37 "reason": "selection" 38 "reason": "selection"
38 }, 39 },
39 { 40 {
40 "object": "LayoutBlockFlow DIV id='target'", 41 "object": "LayoutBlockFlow DIV id='target'",
41 "rect": [0, 0, 0, 0],
42 "reason": "selection"
43 },
44 {
45 "object": "LayoutText #text",
46 "rect": [0, 160, 23, 18],
47 "reason": "selection" 42 "reason": "selection"
48 } 43 }
49 ], 44 ],
50 "children": [ 45 "children": [
51 { 46 {
52 "bounds": [185, 185], 47 "bounds": [185, 185],
53 "shouldFlattenTransform": false, 48 "shouldFlattenTransform": false,
54 "children": [ 49 "children": [
55 { 50 {
56 "bounds": [200, 1620], 51 "bounds": [200, 1620],
57 "drawsContent": true, 52 "drawsContent": true,
58 "paintInvalidations": [ 53 "paintInvalidations": [
59 { 54 {
55 "object": "LayoutText #text",
56 "rect": [0, 610, 23, 18],
57 "reason": "selection"
58 },
59 {
60 "object": "InlineTextBox 'test'", 60 "object": "InlineTextBox 'test'",
61 "rect": [0, 0, 0, 0],
62 "reason": "selection" 61 "reason": "selection"
63 }, 62 },
64 { 63 {
65 "object": "LayoutBlockFlow DIV id='scroller'", 64 "object": "LayoutBlockFlow DIV id='scroller'",
66 "rect": [0, 0, 0, 0],
67 "reason": "selection" 65 "reason": "selection"
68 }, 66 },
69 { 67 {
70 "object": "LayoutBlockFlow DIV id='target'", 68 "object": "LayoutBlockFlow DIV id='target'",
71 "rect": [0, 0, 0, 0],
72 "reason": "selection"
73 },
74 {
75 "object": "LayoutText #text",
76 "rect": [0, 610, 23, 18],
77 "reason": "selection" 69 "reason": "selection"
78 } 70 }
79 ] 71 ]
80 } 72 }
81 ] 73 ]
82 }, 74 },
83 { 75 {
84 "bounds": [200, 200], 76 "bounds": [200, 200],
85 "children": [ 77 "children": [
86 { 78 {
(...skipping 11 matching lines...) Expand all
98 } 90 }
99 ] 91 ]
100 } 92 }
101 ] 93 ]
102 } 94 }
103 ] 95 ]
104 } 96 }
105 ] 97 ]
106 } 98 }
107 99
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698