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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/compositing/squashing/selection-repaint-with-gaps-expected.txt

Issue 1883513002: Auto-rebaseline for r386594 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 lorem ipsumlorem ipsumlorem ipsum 1 lorem ipsumlorem ipsumlorem ipsum
2 { 2 {
3 "bounds": [800, 600], 3 "bounds": [800, 600],
4 "children": [ 4 "children": [
5 { 5 {
6 "bounds": [800, 600], 6 "bounds": [800, 600],
7 "contentsOpaque": true, 7 "contentsOpaque": true,
8 "drawsContent": true, 8 "drawsContent": true,
9 "children": [ 9 "children": [
10 { 10 {
11 "shouldFlattenTransform": false, 11 "shouldFlattenTransform": false,
12 "children": [ 12 "children": [
13 { 13 {
14 "position": [8, 8], 14 "position": [8, 8],
15 "bounds": [300, 500] 15 "bounds": [300, 500]
16 }, 16 },
17 { 17 {
18 "position": [15, 35], 18 "position": [15, 35],
19 "bounds": [100, 210], 19 "bounds": [100, 210],
20 "drawsContent": true, 20 "drawsContent": true,
21 "repaintRects": [ 21 "paintInvalidations": [
22 [0, 80, 42, 36] 22 {
23 "object": "InlineTextBox 'ipsum'",
24 "rect": [0, 0, 0, 0],
25 "reason": "selection"
26 },
27 {
28 "object": "InlineTextBox 'lorem'",
29 "rect": [0, 0, 0, 0],
30 "reason": "selection"
31 },
32 {
33 "object": "LayoutBlockFlow (positioned) DIV id='item1' class=' item'",
34 "rect": [0, 0, 0, 0],
35 "reason": "selection"
36 },
37 {
38 "object": "LayoutBlockFlow DIV class='inline-block'",
39 "rect": [0, 0, 0, 0],
40 "reason": "selection"
41 },
42 {
43 "object": "LayoutText #text",
44 "rect": [0, 80, 42, 36],
45 "reason": "selection"
46 }
23 ] 47 ]
24 } 48 }
25 ] 49 ]
26 } 50 }
27 ] 51 ]
28 } 52 }
29 ] 53 ]
30 } 54 }
31 { 55 {
32 "bounds": [800, 600], 56 "bounds": [800, 600],
33 "children": [ 57 "children": [
34 { 58 {
35 "bounds": [800, 600], 59 "bounds": [800, 600],
36 "contentsOpaque": true, 60 "contentsOpaque": true,
37 "drawsContent": true, 61 "drawsContent": true,
38 "children": [ 62 "children": [
39 { 63 {
40 "shouldFlattenTransform": false, 64 "shouldFlattenTransform": false,
41 "children": [ 65 "children": [
42 { 66 {
43 "position": [8, 8], 67 "position": [8, 8],
44 "bounds": [300, 500] 68 "bounds": [300, 500]
45 }, 69 },
46 { 70 {
47 "position": [15, 35], 71 "position": [15, 35],
48 "bounds": [100, 210], 72 "bounds": [100, 210],
49 "drawsContent": true, 73 "drawsContent": true,
50 "repaintRects": [ 74 "paintInvalidations": [
51 [0, 160, 42, 36], 75 {
52 [0, 80, 44, 36] 76 "object": "InlineTextBox 'ipsum'",
77 "rect": [0, 0, 0, 0],
78 "reason": "selection"
79 },
80 {
81 "object": "InlineTextBox 'ipsum'",
82 "rect": [0, 0, 0, 0],
83 "reason": "selection"
84 },
85 {
86 "object": "InlineTextBox 'lorem'",
87 "rect": [0, 0, 0, 0],
88 "reason": "selection"
89 },
90 {
91 "object": "InlineTextBox 'lorem'",
92 "rect": [0, 0, 0, 0],
93 "reason": "selection"
94 },
95 {
96 "object": "LayoutBlockFlow (positioned) DIV id='item1' class=' item'",
97 "rect": [0, 0, 0, 0],
98 "reason": "selection"
99 },
100 {
101 "object": "LayoutBlockFlow (positioned) DIV id='item2' class=' item'",
102 "rect": [0, 0, 0, 0],
103 "reason": "selection"
104 },
105 {
106 "object": "LayoutBlockFlow DIV class='inline-block'",
107 "rect": [0, 0, 0, 0],
108 "reason": "selection"
109 },
110 {
111 "object": "LayoutBlockFlow DIV class='inline-block'",
112 "rect": [0, 0, 0, 0],
113 "reason": "selection"
114 },
115 {
116 "object": "LayoutText #text",
117 "rect": [0, 80, 44, 36],
118 "reason": "selection"
119 },
120 {
121 "object": "LayoutText #text",
122 "rect": [0, 160, 42, 36],
123 "reason": "selection"
124 }
53 ] 125 ]
54 } 126 }
55 ] 127 ]
56 } 128 }
57 ] 129 ]
58 } 130 }
59 ] 131 ]
60 } 132 }
61 133
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698