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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/compositing/squashing/remove-squashed-layer-plus-move-expected.txt

Issue 2086703002: Auto-rebaseline for r400760 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 } 76 }
77 ] 77 ]
78 } 78 }
79 ], 79 ],
80 "objectPaintInvalidations": [ 80 "objectPaintInvalidations": [
81 { 81 {
82 "object": "LayoutBlockFlow (relative positioned) DIV id='foo' class='mv-ti le'", 82 "object": "LayoutBlockFlow (relative positioned) DIV id='foo' class='mv-ti le'",
83 "reason": "layoutObject removal" 83 "reason": "layoutObject removal"
84 }, 84 },
85 { 85 {
86 "object": "InlineBox",
87 "reason": "full"
88 },
89 {
90 "object": "RootInlineBox",
91 "reason": "full"
92 },
93 {
94 "object": "InlineBox",
95 "reason": "full"
96 },
97 {
98 "object": "RootInlineBox",
99 "reason": "full"
100 },
101 {
86 "object": "LayoutBlockFlow (relative positioned) DIV class='mv-tile'", 102 "object": "LayoutBlockFlow (relative positioned) DIV class='mv-tile'",
87 "reason": "subtree" 103 "reason": "subtree"
88 }, 104 },
89 { 105 {
90 "object": "LayoutBlockFlow (relative positioned) DIV class='mv-tile'", 106 "object": "LayoutBlockFlow (relative positioned) DIV class='mv-tile'",
91 "reason": "subtree" 107 "reason": "subtree"
92 }, 108 },
93 { 109 {
94 "object": "LayoutBlockFlow DIV id='container'", 110 "object": "LayoutBlockFlow DIV id='container'",
95 "reason": "incremental" 111 "reason": "incremental"
(...skipping 26 matching lines...) Expand all
122 "object": "LayoutText #text", 138 "object": "LayoutText #text",
123 "reason": "bounds change" 139 "reason": "bounds change"
124 }, 140 },
125 { 141 {
126 "object": "LayoutText #text", 142 "object": "LayoutText #text",
127 "reason": "bounds change" 143 "reason": "bounds change"
128 } 144 }
129 ] 145 ]
130 } 146 }
131 147
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698