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/linux/paint/invalidation/compositing/remove-squashed-layer-plus-move-expected.txt

Issue 2719993003: Collapse whitespace away when creating whitespace layout objects.
Patch Set: g cl web Created 3 years, 9 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 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
5 "bounds": [1418, 1008], 5 "bounds": [1418, 1008],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutBlockFlow DIV id='container'", 10 "object": "LayoutBlockFlow DIV id='container'",
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 "object": "RootInlineBox", 99 "object": "RootInlineBox",
100 "reason": "bounds change" 100 "reason": "bounds change"
101 }, 101 },
102 { 102 {
103 "object": "LayoutBlockFlow (relative positioned) DIV class='mv-tile'", 103 "object": "LayoutBlockFlow (relative positioned) DIV class='mv-tile'",
104 "reason": "compositing update" 104 "reason": "compositing update"
105 }, 105 },
106 { 106 {
107 "object": "LayoutText #text", 107 "object": "LayoutText #text",
108 "reason": "location change" 108 "reason": "location change"
109 },
110 {
111 "object": "LayoutText #text",
112 "reason": "location change"
113 } 109 }
114 ] 110 ]
115 } 111 }
116 112
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698