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

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

Issue 2406733002: Auto-rebaseline for r424089 (Closed)
Patch Set: 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 "layers": [
3 "bounds": [1418, 1008],
4 "children": [
5 { 3 {
6 "name": "LayoutView #document", 4 "name": "LayoutView #document",
7 "bounds": [1418, 1008], 5 "bounds": [1418, 1008],
8 "contentsOpaque": true, 6 "contentsOpaque": true,
9 "drawsContent": true, 7 "drawsContent": true,
10 "paintInvalidations": [ 8 "paintInvalidations": [
11 { 9 {
12 "object": "LayoutBlockFlow DIV id='container'", 10 "object": "LayoutBlockFlow DIV id='container'",
13 "rect": [8, 8, 769, 108], 11 "rect": [8, 8, 769, 108],
14 "reason": "forced by layout" 12 "reason": "forced by layout"
15 }, 13 },
16 { 14 {
17 "object": "LayoutBlockFlow (anonymous)", 15 "object": "LayoutBlockFlow (anonymous)",
18 "rect": [8, 116, 769, 54], 16 "rect": [8, 116, 769, 54],
19 "reason": "bounds change" 17 "reason": "bounds change"
20 }, 18 },
21 { 19 {
22 "object": "LayoutBlockFlow (anonymous)", 20 "object": "LayoutBlockFlow (anonymous)",
23 "rect": [8, 62, 769, 54], 21 "rect": [8, 62, 769, 54],
24 "reason": "bounds change" 22 "reason": "bounds change"
25 } 23 }
26 ], 24 ]
27 "children": [ 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, 104],
39 "drawsContent": true,
40 "paintInvalidations": [
28 { 41 {
29 "name": "Squashing Containment Layer", 42 "object": "LayoutBlockFlow (relative positioned) DIV class='mv-tile'",
30 "shouldFlattenTransform": false, 43 "rect": [0, 108, 1000, 50],
31 "children": [ 44 "reason": "subtree"
32 { 45 },
33 "name": "LayoutBlockFlow (positioned) DIV", 46 {
34 "position": [8, 8], 47 "object": "LayoutBlockFlow (relative positioned) DIV class='mv-tile'",
35 "bounds": [1000, 1000] 48 "rect": [0, 54, 1000, 50],
36 }, 49 "reason": "compositing update"
37 { 50 },
38 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (r elative positioned) DIV class='mv-tile')", 51 {
39 "position": [8, 8], 52 "object": "LayoutBlockFlow (relative positioned) DIV class='mv-tile'",
40 "bounds": [1000, 104], 53 "rect": [0, 54, 100, 50],
41 "drawsContent": true, 54 "reason": "subtree"
42 "paintInvalidations": [ 55 },
43 { 56 {
44 "object": "LayoutBlockFlow (relative positioned) DIV class='mv -tile'", 57 "object": "LayoutBlockFlow (relative positioned) DIV class='mv-tile'",
45 "rect": [0, 108, 1000, 50], 58 "rect": [0, 0, 100, 50],
46 "reason": "subtree" 59 "reason": "forced by layout"
47 }, 60 },
48 { 61 {
49 "object": "LayoutBlockFlow (relative positioned) DIV class='mv -tile'", 62 "object": "LayoutBlockFlow (relative positioned) DIV id='foo' class='m v-tile'",
50 "rect": [0, 54, 1000, 50], 63 "rect": [0, 0, 100, 50],
51 "reason": "compositing update" 64 "reason": "layoutObject removal"
52 },
53 {
54 "object": "LayoutBlockFlow (relative positioned) DIV class='mv -tile'",
55 "rect": [0, 54, 100, 50],
56 "reason": "subtree"
57 },
58 {
59 "object": "LayoutBlockFlow (relative positioned) DIV class='mv -tile'",
60 "rect": [0, 0, 100, 50],
61 "reason": "forced by layout"
62 },
63 {
64 "object": "LayoutBlockFlow (relative positioned) DIV id='foo' class='mv-tile'",
65 "rect": [0, 0, 100, 50],
66 "reason": "layoutObject removal"
67 }
68 ]
69 }
70 ]
71 } 65 }
72 ] 66 ]
73 } 67 }
74 ], 68 ],
75 "objectPaintInvalidations": [ 69 "objectPaintInvalidations": [
76 { 70 {
77 "object": "LayoutBlockFlow (relative positioned) DIV id='foo' class='mv-ti le'", 71 "object": "LayoutBlockFlow (relative positioned) DIV id='foo' class='mv-ti le'",
78 "reason": "layoutObject removal" 72 "reason": "layoutObject removal"
79 }, 73 },
80 { 74 {
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 "object": "LayoutText #text", 107 "object": "LayoutText #text",
114 "reason": "location change" 108 "reason": "location change"
115 }, 109 },
116 { 110 {
117 "object": "LayoutText #text", 111 "object": "LayoutText #text",
118 "reason": "location change" 112 "reason": "location change"
119 } 113 }
120 ] 114 ]
121 } 115 }
122 116
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698