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

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

Issue 1998663003: Auto-rebaseline for r394807 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 "paintInvalidations": [ 21 "paintInvalidations": [
22 { 22 {
23 "object": "LayoutText #text", 23 "object": "LayoutText #text",
24 "rect": [0, 80, 42, 35], 24 "rect": [0, 80, 42, 35],
25 "reason": "selection" 25 "reason": "selection"
26 }, 26 },
27 { 27 {
28 "object": "LayoutText #text",
29 "rect": [40, 80, 2, 36],
30 "reason": "incremental"
31 },
32 {
33 "object": "InlineTextBox 'ipsum'",
34 "reason": "incremental"
35 },
36 {
28 "object": "InlineTextBox 'ipsum'", 37 "object": "InlineTextBox 'ipsum'",
29 "reason": "selection" 38 "reason": "selection"
30 }, 39 },
31 { 40 {
32 "object": "InlineTextBox 'lorem'", 41 "object": "InlineTextBox 'lorem'",
42 "reason": "incremental"
43 },
44 {
45 "object": "InlineTextBox 'lorem'",
33 "reason": "selection" 46 "reason": "selection"
34 }, 47 },
35 { 48 {
36 "object": "LayoutBlockFlow (positioned) DIV id='item1' class=' item'", 49 "object": "LayoutBlockFlow (positioned) DIV id='item1' class=' item'",
37 "reason": "selection" 50 "reason": "selection"
38 }, 51 },
39 { 52 {
40 "object": "LayoutBlockFlow DIV class='inline-block'", 53 "object": "LayoutBlockFlow DIV class='inline-block'",
41 "reason": "selection" 54 "reason": "selection"
42 } 55 }
(...skipping 29 matching lines...) Expand all
72 "object": "LayoutText #text", 85 "object": "LayoutText #text",
73 "rect": [0, 80, 44, 35], 86 "rect": [0, 80, 44, 35],
74 "reason": "selection" 87 "reason": "selection"
75 }, 88 },
76 { 89 {
77 "object": "LayoutText #text", 90 "object": "LayoutText #text",
78 "rect": [0, 160, 42, 35], 91 "rect": [0, 160, 42, 35],
79 "reason": "selection" 92 "reason": "selection"
80 }, 93 },
81 { 94 {
95 "object": "LayoutText #text",
96 "rect": [40, 80, 4, 36],
97 "reason": "incremental"
98 },
99 {
100 "object": "LayoutText #text",
101 "rect": [40, 160, 2, 36],
102 "reason": "incremental"
103 },
104 {
105 "object": "InlineTextBox 'ipsum'",
106 "reason": "incremental"
107 },
108 {
109 "object": "InlineTextBox 'ipsum'",
110 "reason": "incremental"
111 },
112 {
82 "object": "InlineTextBox 'ipsum'", 113 "object": "InlineTextBox 'ipsum'",
83 "reason": "selection" 114 "reason": "selection"
84 }, 115 },
85 { 116 {
86 "object": "InlineTextBox 'ipsum'", 117 "object": "InlineTextBox 'ipsum'",
87 "reason": "selection" 118 "reason": "selection"
88 }, 119 },
89 { 120 {
90 "object": "InlineTextBox 'lorem'", 121 "object": "InlineTextBox 'lorem'",
122 "reason": "incremental"
123 },
124 {
125 "object": "InlineTextBox 'lorem'",
126 "reason": "incremental"
127 },
128 {
129 "object": "InlineTextBox 'lorem'",
91 "reason": "selection" 130 "reason": "selection"
92 }, 131 },
93 { 132 {
94 "object": "InlineTextBox 'lorem'", 133 "object": "InlineTextBox 'lorem'",
95 "reason": "selection" 134 "reason": "selection"
96 }, 135 },
97 { 136 {
98 "object": "LayoutBlockFlow (positioned) DIV id='item1' class=' item'", 137 "object": "LayoutBlockFlow (positioned) DIV id='item1' class=' item'",
99 "reason": "selection" 138 "reason": "selection"
100 }, 139 },
(...skipping 11 matching lines...) Expand all
112 } 151 }
113 ] 152 ]
114 } 153 }
115 ] 154 ]
116 } 155 }
117 ] 156 ]
118 } 157 }
119 ] 158 ]
120 } 159 }
121 160
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698