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

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

Issue 2872423002: Tweak PaintInvalidationReasons (Closed)
Patch Set: Rebaseline-cl Created 3 years, 7 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 "layers": [
3 {
4 "name": "LayoutView #document",
5 "bounds": [1418, 1008],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "paintInvalidations": [
9 {
10 "object": "LayoutBlockFlow DIV id='container'",
11 "rect": [8, 8, 769, 110],
12 "reason": "forced by layout"
13 },
14 {
15 "object": "LayoutBlockFlow (anonymous)",
16 "rect": [8, 118, 769, 55],
17 "reason": "bounds change"
18 },
19 {
20 "object": "LayoutBlockFlow (anonymous)",
21 "rect": [8, 63, 769, 55],
22 "reason": "bounds change"
23 }
24 ]
25 },
26 {
27 "name": "Squashing Containment Layer",
28 "shouldFlattenTransform": false
29 },
30 {
31 "name": "LayoutBlockFlow (positioned) DIV",
32 "position": [8, 8],
33 "bounds": [1000, 1000]
34 },
35 {
36 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (relative positioned) DIV class='mv-tile')",
37 "position": [8, 8],
38 "bounds": [1000, 105],
39 "drawsContent": true,
40 "paintInvalidations": [
41 {
42 "object": "LayoutBlockFlow (relative positioned) DIV class='mv-tile'",
43 "rect": [0, 110, 1000, 50],
44 "reason": "subtree"
45 },
46 {
47 "object": "LayoutBlockFlow (relative positioned) DIV class='mv-tile'",
48 "rect": [0, 55, 1000, 50],
49 "reason": "compositing update"
50 },
51 {
52 "object": "LayoutBlockFlow (relative positioned) DIV class='mv-tile'",
53 "rect": [0, 55, 100, 50],
54 "reason": "subtree"
55 },
56 {
57 "object": "LayoutBlockFlow (relative positioned) DIV class='mv-tile'",
58 "rect": [0, 0, 100, 50],
59 "reason": "forced by layout"
60 },
61 {
62 "object": "LayoutBlockFlow (relative positioned) DIV id='foo' class='m v-tile'",
63 "rect": [0, 0, 100, 50],
64 "reason": "layoutObject removal"
65 }
66 ]
67 }
68 ],
69 "objectPaintInvalidations": [
70 {
71 "object": "LayoutBlockFlow (relative positioned) DIV id='foo' class='mv-ti le'",
72 "reason": "layoutObject removal"
73 },
74 {
75 "object": "LayoutBlockFlow (relative positioned) DIV class='mv-tile'",
76 "reason": "subtree"
77 },
78 {
79 "object": "LayoutBlockFlow (relative positioned) DIV class='mv-tile'",
80 "reason": "subtree"
81 },
82 {
83 "object": "LayoutBlockFlow DIV id='container'",
84 "reason": "forced by layout"
85 },
86 {
87 "object": "RootInlineBox",
88 "reason": "forced by layout"
89 },
90 {
91 "object": "LayoutBlockFlow (relative positioned) DIV class='mv-tile'",
92 "reason": "forced by layout"
93 },
94 {
95 "object": "LayoutBlockFlow (anonymous)",
96 "reason": "bounds change"
97 },
98 {
99 "object": "RootInlineBox",
100 "reason": "bounds change"
101 },
102 {
103 "object": "LayoutBlockFlow (relative positioned) DIV class='mv-tile'",
104 "reason": "compositing update"
105 },
106 {
107 "object": "LayoutText #text",
108 "reason": "location change"
109 },
110 {
111 "object": "LayoutText #text",
112 "reason": "location change"
113 }
114 ]
115 }
116
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698