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

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

Issue 2108503002: Auto-rebaseline for r402292 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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
(Empty)
1 {
2 "name": "Content Root Layer",
3 "bounds": [1418, 1008],
4 "children": [
5 {
6 "name": "LayoutView #document",
7 "bounds": [1418, 1008],
8 "contentsOpaque": true,
9 "drawsContent": true,
10 "paintInvalidations": [
11 {
12 "object": "LayoutBlockFlow DIV id='container'",
13 "rect": [8, 8, 769, 107],
14 "reason": "invalidate paint rectangle"
15 },
16 {
17 "object": "LayoutBlockFlow (anonymous)",
18 "rect": [8, 116, 769, 54],
19 "reason": "bounds change"
20 },
21 {
22 "object": "LayoutBlockFlow (anonymous)",
23 "rect": [8, 62, 769, 54],
24 "reason": "bounds change"
25 },
26 {
27 "object": "LayoutBlockFlow DIV id='container'",
28 "rect": [8, 62, 769, 54],
29 "reason": "incremental"
30 }
31 ],
32 "children": [
33 {
34 "name": "Squashing Containment Layer",
35 "shouldFlattenTransform": false,
36 "children": [
37 {
38 "name": "LayoutBlockFlow (positioned) DIV",
39 "position": [8, 8],
40 "bounds": [1000, 1000]
41 },
42 {
43 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (r elative positioned) DIV class='mv-tile')",
44 "position": [8, 8],
45 "bounds": [1000, 104],
46 "drawsContent": true,
47 "paintInvalidations": [
48 {
49 "object": "LayoutBlockFlow (relative positioned) DIV class='mv -tile'",
50 "rect": [0, 108, 1000, 50],
51 "reason": "subtree"
52 },
53 {
54 "object": "LayoutBlockFlow (relative positioned) DIV class='mv -tile'",
55 "rect": [0, 54, 1000, 50],
56 "reason": "compositing update"
57 },
58 {
59 "object": "LayoutBlockFlow (relative positioned) DIV class='mv -tile'",
60 "rect": [0, 54, 100, 50],
61 "reason": "subtree"
62 },
63 {
64 "object": "LayoutBlockFlow (relative positioned) DIV class='mv -tile'",
65 "rect": [0, 0, 100, 50],
66 "reason": "compositing update"
67 },
68 {
69 "object": "LayoutBlockFlow (relative positioned) DIV id='foo' class='mv-tile'",
70 "rect": [0, 0, 100, 50],
71 "reason": "layoutObject removal"
72 }
73 ]
74 }
75 ]
76 }
77 ]
78 }
79 ],
80 "objectPaintInvalidations": [
81 {
82 "object": "LayoutBlockFlow (relative positioned) DIV id='foo' class='mv-ti le'",
83 "reason": "layoutObject removal"
84 },
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 {
102 "object": "LayoutBlockFlow (relative positioned) DIV class='mv-tile'",
103 "reason": "subtree"
104 },
105 {
106 "object": "LayoutBlockFlow (relative positioned) DIV class='mv-tile'",
107 "reason": "subtree"
108 },
109 {
110 "object": "LayoutBlockFlow DIV id='container'",
111 "reason": "incremental"
112 },
113 {
114 "object": "LayoutBlockFlow DIV id='container'",
115 "reason": "invalidate paint rectangle"
116 },
117 {
118 "object": "RootInlineBox",
119 "reason": "incremental"
120 },
121 {
122 "object": "LayoutBlockFlow (relative positioned) DIV class='mv-tile'",
123 "reason": "compositing update"
124 },
125 {
126 "object": "LayoutBlockFlow (anonymous)",
127 "reason": "bounds change"
128 },
129 {
130 "object": "RootInlineBox",
131 "reason": "bounds change"
132 },
133 {
134 "object": "LayoutBlockFlow (relative positioned) DIV class='mv-tile'",
135 "reason": "compositing update"
136 },
137 {
138 "object": "LayoutText #text",
139 "reason": "bounds change"
140 },
141 {
142 "object": "LayoutText #text",
143 "reason": "bounds change"
144 }
145 ]
146 }
147
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698