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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/transform-inline-layered-child-expected.txt

Issue 2545573002: Revert of Don't expand empty rect during rect mapping (Closed)
Patch Set: Avoid platform-specific baselines Created 4 years 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 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
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 (positioned) DIV id='box'", 10 "object": "LayoutBlockFlow (positioned) DIV id='box'",
(...skipping 12 matching lines...) Expand all
23 }, 23 },
24 { 24 {
25 "object": "LayoutInline (relative positioned) SPAN id='child'", 25 "object": "LayoutInline (relative positioned) SPAN id='child'",
26 "rect": [300, 300, 80, 161], 26 "rect": [300, 300, 80, 161],
27 "reason": "subtree" 27 "reason": "subtree"
28 }, 28 },
29 { 29 {
30 "object": "LayoutText #text", 30 "object": "LayoutText #text",
31 "rect": [300, 301, 80, 160], 31 "rect": [300, 301, 80, 160],
32 "reason": "subtree" 32 "reason": "subtree"
33 },
34 {
35 "object": "LayoutText #text",
36 "rect": [147, 85, 1, 1],
37 "reason": "subtree"
33 } 38 }
34 ] 39 ]
35 } 40 }
36 ], 41 ],
37 "objectPaintInvalidations": [ 42 "objectPaintInvalidations": [
38 { 43 {
39 "object": "LayoutBlockFlow (positioned) DIV id='box'", 44 "object": "LayoutBlockFlow (positioned) DIV id='box'",
40 "reason": "subtree" 45 "reason": "subtree"
41 }, 46 },
42 { 47 {
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 "object": "InlineTextBox 'Y Z'", 128 "object": "InlineTextBox 'Y Z'",
124 "reason": "subtree" 129 "reason": "subtree"
125 }, 130 },
126 { 131 {
127 "object": "LayoutText #text", 132 "object": "LayoutText #text",
128 "reason": "subtree" 133 "reason": "subtree"
129 } 134 }
130 ] 135 ]
131 } 136 }
132 137
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698