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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/compositing/squashing/iframe-inside-squashed-layer-expected.txt

Issue 2321183002: Move repaint tests (except for svg/) to paint/invalidation (Closed)
Patch Set: - Created 4 years, 3 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": [785, 1016],
4 "children": [
5 {
6 "name": "LayoutView #document",
7 "bounds": [785, 1016],
8 "contentsOpaque": true,
9 "drawsContent": true,
10 "children": [
11 {
12 "name": "Squashing Containment Layer",
13 "shouldFlattenTransform": false,
14 "children": [
15 {
16 "name": "LayoutBlockFlow DIV id='foo'",
17 "position": [8, 8],
18 "bounds": [200, 1000],
19 "contentsOpaque": true,
20 "drawsContent": true,
21 "backgroundColor": "#D3D3D3"
22 },
23 {
24 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (p ositioned) DIV)",
25 "position": [8, 0],
26 "bounds": [300, 654],
27 "drawsContent": true,
28 "paintInvalidations": [
29 {
30 "object": "LayoutView #document",
31 "rect": [0, 500, 300, 150],
32 "reason": "style change"
33 },
34 {
35 "object": "LayoutBlockFlow HTML",
36 "rect": [0, 500, 300, 36],
37 "reason": "forced by layout"
38 },
39 {
40 "object": "LayoutBlockFlow HTML",
41 "rect": [0, 500, 285, 150],
42 "reason": "forced by layout"
43 },
44 {
45 "object": "LayoutBlockFlow BODY",
46 "rect": [8, 508, 284, 20],
47 "reason": "forced by layout"
48 },
49 {
50 "object": "LayoutBlockFlow BODY",
51 "rect": [8, 508, 269, 142],
52 "reason": "forced by layout"
53 },
54 {
55 "object": "LayoutText #text",
56 "rect": [8, 508, 29, 19],
57 "reason": "forced by layout"
58 },
59 {
60 "object": "LayoutView #document",
61 "rect": [285, 500, 15, 150],
62 "reason": "scroll"
63 }
64 ]
65 }
66 ]
67 }
68 ]
69 }
70 ],
71 "objectPaintInvalidations": [
72 {
73 "object": "LayoutView #document",
74 "reason": "style change"
75 },
76 {
77 "object": "LayoutBlockFlow HTML",
78 "reason": "forced by layout"
79 },
80 {
81 "object": "LayoutBlockFlow BODY",
82 "reason": "forced by layout"
83 },
84 {
85 "object": "RootInlineBox",
86 "reason": "forced by layout"
87 },
88 {
89 "object": "LayoutText #text",
90 "reason": "forced by layout"
91 },
92 {
93 "object": "InlineTextBox 'test1'",
94 "reason": "forced by layout"
95 },
96 {
97 "object": "LayoutView #document",
98 "reason": "scroll"
99 },
100 {
101 "object": "VerticalScrollbar",
102 "reason": "scroll"
103 }
104 ]
105 }
106
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698