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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/compositing/remove-squashed-layer-plus-move-expected.txt

Issue 2369963005: Avoid creating consecutive whitespace renderers. (Closed)
Patch Set: Rebased and manually fixed expectations Created 4 years, 2 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 "name": "Content Root Layer", 2 "name": "Content Root Layer",
3 "bounds": [1418, 1008], 3 "bounds": [1418, 1008],
4 "children": [ 4 "children": [
5 { 5 {
6 "name": "LayoutView #document", 6 "name": "LayoutView #document",
7 "bounds": [1418, 1008], 7 "bounds": [1418, 1008],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "paintInvalidations": [ 10 "paintInvalidations": [
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 "object": "RootInlineBox", 105 "object": "RootInlineBox",
106 "reason": "bounds change" 106 "reason": "bounds change"
107 }, 107 },
108 { 108 {
109 "object": "LayoutBlockFlow (relative positioned) DIV class='mv-tile'", 109 "object": "LayoutBlockFlow (relative positioned) DIV class='mv-tile'",
110 "reason": "compositing update" 110 "reason": "compositing update"
111 }, 111 },
112 { 112 {
113 "object": "LayoutText #text", 113 "object": "LayoutText #text",
114 "reason": "location change" 114 "reason": "location change"
115 },
116 {
117 "object": "LayoutText #text",
118 "reason": "location change"
119 } 115 }
120 ] 116 ]
121 } 117 }
122 118
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698