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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/compositing/iframe-inside-squashed-layer-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": [785, 1016],
4 "children": [
5 { 3 {
6 "name": "LayoutView #document", 4 "name": "LayoutView #document",
7 "bounds": [785, 1016], 5 "bounds": [785, 1016],
8 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true
8 },
9 {
10 "name": "Squashing Containment Layer",
11 "shouldFlattenTransform": false
12 },
13 {
14 "name": "LayoutBlockFlow DIV id='foo'",
15 "position": [8, 8],
16 "bounds": [200, 1000],
17 "contentsOpaque": true,
9 "drawsContent": true, 18 "drawsContent": true,
10 "children": [ 19 "backgroundColor": "#D3D3D3"
20 },
21 {
22 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (positione d) DIV)",
23 "position": [8, 0],
24 "bounds": [300, 653],
25 "drawsContent": true,
26 "paintInvalidations": [
11 { 27 {
12 "name": "Squashing Containment Layer", 28 "object": "LayoutView #document",
13 "shouldFlattenTransform": false, 29 "rect": [0, 500, 300, 150],
14 "children": [ 30 "reason": "style change"
15 { 31 },
16 "name": "LayoutBlockFlow DIV id='foo'", 32 {
17 "position": [8, 8], 33 "object": "LayoutBlockFlow HTML",
18 "bounds": [200, 1000], 34 "rect": [0, 500, 300, 34],
19 "contentsOpaque": true, 35 "reason": "forced by layout"
20 "drawsContent": true, 36 },
21 "backgroundColor": "#D3D3D3" 37 {
22 }, 38 "object": "LayoutBlockFlow HTML",
23 { 39 "rect": [0, 500, 285, 150],
24 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (p ositioned) DIV)", 40 "reason": "forced by layout"
25 "position": [8, 0], 41 },
26 "bounds": [300, 653], 42 {
27 "drawsContent": true, 43 "object": "LayoutBlockFlow BODY",
28 "paintInvalidations": [ 44 "rect": [8, 508, 284, 18],
29 { 45 "reason": "forced by layout"
30 "object": "LayoutView #document", 46 },
31 "rect": [0, 500, 300, 150], 47 {
32 "reason": "style change" 48 "object": "LayoutBlockFlow BODY",
33 }, 49 "rect": [8, 508, 269, 142],
34 { 50 "reason": "forced by layout"
35 "object": "LayoutBlockFlow HTML", 51 },
36 "rect": [0, 500, 300, 34], 52 {
37 "reason": "forced by layout" 53 "object": "LayoutText #text",
38 }, 54 "rect": [8, 508, 31, 17],
39 { 55 "reason": "forced by layout"
40 "object": "LayoutBlockFlow HTML", 56 },
41 "rect": [0, 500, 285, 150], 57 {
42 "reason": "forced by layout" 58 "object": "LayoutView #document",
43 }, 59 "rect": [285, 500, 15, 150],
44 { 60 "reason": "scroll"
45 "object": "LayoutBlockFlow BODY",
46 "rect": [8, 508, 284, 18],
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, 31, 17],
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 } 61 }
68 ] 62 ]
69 } 63 }
70 ], 64 ],
71 "objectPaintInvalidations": [ 65 "objectPaintInvalidations": [
72 { 66 {
73 "object": "LayoutView #document", 67 "object": "LayoutView #document",
74 "reason": "scroll" 68 "reason": "scroll"
75 }, 69 },
76 { 70 {
(...skipping 20 matching lines...) Expand all
97 "object": "LayoutText #text", 91 "object": "LayoutText #text",
98 "reason": "forced by layout" 92 "reason": "forced by layout"
99 }, 93 },
100 { 94 {
101 "object": "InlineTextBox 'test1'", 95 "object": "InlineTextBox 'test1'",
102 "reason": "forced by layout" 96 "reason": "forced by layout"
103 } 97 }
104 ] 98 ]
105 } 99 }
106 100
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698