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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/transform-inline-layered-child-expected.txt

Issue 1880263003: Auto-rebaseline for r386782 (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 { 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": "InlineFlowBox", 10 "object": "InlineFlowBox",
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 "rect": [0, 0, 0, 0], 91 "rect": [0, 0, 0, 0],
92 "reason": "location change" 92 "reason": "location change"
93 }, 93 },
94 { 94 {
95 "object": "InlineTextBox 'Y Z'", 95 "object": "InlineTextBox 'Y Z'",
96 "rect": [0, 0, 0, 0], 96 "rect": [0, 0, 0, 0],
97 "reason": "location change" 97 "reason": "location change"
98 }, 98 },
99 { 99 {
100 "object": "LayoutBlockFlow (positioned) DIV id='box'", 100 "object": "LayoutBlockFlow (positioned) DIV id='box'",
101 "rect": [100, 100, 100, 180],
102 "reason": "location change"
103 },
104 {
105 "object": "LayoutBlockFlow (positioned) DIV id='box'",
106 "rect": [61, 87, 178, 206], 101 "rect": [61, 87, 178, 206],
107 "reason": "location change" 102 "reason": "location change"
108 }, 103 },
109 { 104 {
110 "object": "LayoutInline (relative positioned) SPAN id='child'", 105 "object": "LayoutInline (relative positioned) SPAN id='child'",
111 "rect": [300, 300, 80, 179], 106 "rect": [300, 300, 80, 179],
112 "reason": "location change" 107 "reason": "location change"
113 }, 108 },
114 { 109 {
115 "object": "LayoutInline (relative positioned) SPAN id='child'", 110 "object": "LayoutInline (relative positioned) SPAN id='child'",
(...skipping 18 matching lines...) Expand all
134 { 129 {
135 "object": "RootInlineBox", 130 "object": "RootInlineBox",
136 "rect": [0, 0, 0, 0], 131 "rect": [0, 0, 0, 0],
137 "reason": "full" 132 "reason": "full"
138 } 133 }
139 ] 134 ]
140 } 135 }
141 ] 136 ]
142 } 137 }
143 138
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698