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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/squashing/squash-paint-invalidation-fixed-position-expected.txt

Issue 2406723002: 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": [800, 600],
4 "children": [
5 { 3 {
6 "name": "LayoutView #document", 4 "name": "LayoutView #document",
7 "bounds": [800, 600], 5 "bounds": [800, 600],
8 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true
8 },
9 {
10 "name": "LayoutBlockFlow (positioned) DIV",
11 "position": [8, 8],
12 "bounds": [100, 5000],
13 "contentsOpaque": true,
9 "drawsContent": true, 14 "drawsContent": true,
10 "children": [ 15 "backgroundColor": "#ADD8E6"
16 },
17 {
18 "name": "LayoutBlockFlow (positioned) DIV",
19 "position": [8, 25],
20 "bounds": [100, 100],
21 "contentsOpaque": true,
22 "drawsContent": true,
23 "backgroundColor": "#D3D3D3"
24 },
25 {
26 "name": "LayoutBlockFlow (positioned) DIV id='foo'",
27 "position": [8, 50],
28 "bounds": [100, 100],
29 "contentsOpaque": true,
30 "drawsContent": true,
31 "backgroundColor": "#FF0000",
32 "paintInvalidations": [
11 { 33 {
12 "name": "LayoutBlockFlow (positioned) DIV", 34 "object": "LayoutBlockFlow (positioned) DIV id='foo'",
13 "position": [8, 8], 35 "rect": [0, 0, 100, 100],
14 "bounds": [100, 5000], 36 "reason": "style change"
15 "contentsOpaque": true,
16 "drawsContent": true,
17 "backgroundColor": "#ADD8E6"
18 },
19 {
20 "name": "LayoutBlockFlow (positioned) DIV",
21 "position": [8, 25],
22 "bounds": [100, 100],
23 "contentsOpaque": true,
24 "drawsContent": true,
25 "backgroundColor": "#D3D3D3"
26 },
27 {
28 "name": "LayoutBlockFlow (positioned) DIV id='foo'",
29 "position": [8, 50],
30 "bounds": [100, 100],
31 "contentsOpaque": true,
32 "drawsContent": true,
33 "backgroundColor": "#FF0000",
34 "paintInvalidations": [
35 {
36 "object": "LayoutBlockFlow (positioned) DIV id='foo'",
37 "rect": [0, 0, 100, 100],
38 "reason": "style change"
39 }
40 ]
41 } 37 }
42 ] 38 ]
43 } 39 }
44 ], 40 ],
45 "objectPaintInvalidations": [ 41 "objectPaintInvalidations": [
46 { 42 {
47 "object": "LayoutBlockFlow (positioned) DIV id='foo'", 43 "object": "LayoutBlockFlow (positioned) DIV id='foo'",
48 "reason": "style change" 44 "reason": "style change"
49 } 45 }
50 ] 46 ]
51 } 47 }
52 { 48 {
53 "name": "Content Root Layer", 49 "layers": [
54 "bounds": [800, 600],
55 "children": [
56 { 50 {
57 "name": "LayoutView #document", 51 "name": "LayoutView #document",
58 "bounds": [800, 600], 52 "bounds": [800, 600],
59 "contentsOpaque": true, 53 "contentsOpaque": true,
54 "drawsContent": true
55 },
56 {
57 "name": "LayoutBlockFlow (positioned) DIV",
58 "position": [8, 8],
59 "bounds": [100, 5000],
60 "contentsOpaque": true,
60 "drawsContent": true, 61 "drawsContent": true,
61 "children": [ 62 "backgroundColor": "#ADD8E6"
63 },
64 {
65 "name": "LayoutBlockFlow (positioned) DIV",
66 "position": [8, 25],
67 "bounds": [100, 100],
68 "contentsOpaque": true,
69 "drawsContent": true,
70 "backgroundColor": "#D3D3D3"
71 },
72 {
73 "name": "LayoutBlockFlow (positioned) DIV id='foo'",
74 "position": [8, 50],
75 "bounds": [100, 100],
76 "contentsOpaque": true,
77 "drawsContent": true,
78 "backgroundColor": "#0000FF",
79 "paintInvalidations": [
62 { 80 {
63 "name": "LayoutBlockFlow (positioned) DIV", 81 "object": "LayoutBlockFlow (positioned) DIV id='foo'",
64 "position": [8, 8], 82 "rect": [0, 0, 100, 100],
65 "bounds": [100, 5000], 83 "reason": "style change"
66 "contentsOpaque": true,
67 "drawsContent": true,
68 "backgroundColor": "#ADD8E6"
69 },
70 {
71 "name": "LayoutBlockFlow (positioned) DIV",
72 "position": [8, 25],
73 "bounds": [100, 100],
74 "contentsOpaque": true,
75 "drawsContent": true,
76 "backgroundColor": "#D3D3D3"
77 },
78 {
79 "name": "LayoutBlockFlow (positioned) DIV id='foo'",
80 "position": [8, 50],
81 "bounds": [100, 100],
82 "contentsOpaque": true,
83 "drawsContent": true,
84 "backgroundColor": "#0000FF",
85 "paintInvalidations": [
86 {
87 "object": "LayoutBlockFlow (positioned) DIV id='foo'",
88 "rect": [0, 0, 100, 100],
89 "reason": "style change"
90 }
91 ]
92 } 84 }
93 ] 85 ]
94 } 86 }
95 ], 87 ],
96 "objectPaintInvalidations": [ 88 "objectPaintInvalidations": [
97 { 89 {
98 "object": "LayoutBlockFlow (positioned) DIV id='foo'", 90 "object": "LayoutBlockFlow (positioned) DIV id='foo'",
99 "reason": "style change" 91 "reason": "style change"
100 } 92 }
101 ] 93 ]
102 } 94 }
103 95
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698