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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/flexbox/repaint-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": [800, 600],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "paintInvalidations": [
9 {
10 "object": "LayoutBlockFlow DIV id='content'",
11 "rect": [138, 116, 654, 90],
12 "reason": "style change"
13 },
14 {
15 "object": "LayoutBlockFlow DIV id='content'",
16 "rect": [148, 116, 644, 108],
17 "reason": "style change"
18 },
19 {
20 "object": "LayoutBlockFlow DIV id='content'",
21 "rect": [148, 116, 644, 108],
22 "reason": "style change"
23 },
24 {
25 "object": "LayoutBlockFlow DIV id='content'",
26 "rect": [400, 116, 392, 162],
27 "reason": "style change"
28 },
29 {
30 "object": "LayoutBlockFlow DIV id='left'",
31 "rect": [8, 224, 392, 54],
32 "reason": "incremental"
33 },
34 {
35 "object": "LayoutBlockFlow DIV id='left'",
36 "rect": [148, 116, 252, 162],
37 "reason": "incremental"
38 },
39 {
40 "object": "LayoutBlockFlow DIV id='left'",
41 "rect": [8, 206, 140, 18],
42 "reason": "incremental"
43 },
44 {
45 "object": "LayoutBlockFlow DIV id='left'",
46 "rect": [138, 116, 10, 108],
47 "reason": "incremental"
48 }
49 ]
50 }
51 ],
52 "objectPaintInvalidations": [
53 {
54 "object": "LayoutBlockFlow DIV id='left'",
55 "reason": "incremental"
56 },
57 {
58 "object": "LayoutBlockFlow DIV id='content'",
59 "reason": "style change"
60 },
61 {
62 "object": "LayoutBlockFlow P",
63 "reason": "forced by layout"
64 },
65 {
66 "object": "RootInlineBox",
67 "reason": "forced by layout"
68 },
69 {
70 "object": "LayoutText #text",
71 "reason": "forced by layout"
72 },
73 {
74 "object": "InlineTextBox 'Lorem ipsum dolor sit amet, consectetur adipisci ng elit. Aenean laoreet dolor id urna eleifend'",
75 "reason": "forced by layout"
76 },
77 {
78 "object": "InlineTextBox 'aliquet. Nulla vel dolor ipsum. Aliquam ut turpi s nisl, in vulputate sapien. Cum sociis natoque'",
79 "reason": "forced by layout"
80 },
81 {
82 "object": "InlineTextBox 'penatibus et magnis dis parturient montes, nasce tur ridiculus mus. Sed congue magna vitae dolor'",
83 "reason": "forced by layout"
84 },
85 {
86 "object": "InlineTextBox 'feugiat vehicula. Sed volutpat, tellus vel variu s vestibulum, purus quam mollis sapien, in'",
87 "reason": "forced by layout"
88 },
89 {
90 "object": "InlineTextBox 'condimentum leo neque sed nulla. Nunc quis porta elit. Pellentesque erat lectus, ultricies a lobortis'",
91 "reason": "forced by layout"
92 },
93 {
94 "object": "InlineTextBox 'id, faucibus id quam.'",
95 "reason": "forced by layout"
96 },
97 {
98 "object": "LayoutBlockFlow DIV id='left'",
99 "reason": "incremental"
100 },
101 {
102 "object": "LayoutBlockFlow DIV id='content'",
103 "reason": "style change"
104 },
105 {
106 "object": "LayoutBlockFlow P",
107 "reason": "forced by layout"
108 },
109 {
110 "object": "RootInlineBox",
111 "reason": "forced by layout"
112 },
113 {
114 "object": "LayoutText #text",
115 "reason": "forced by layout"
116 },
117 {
118 "object": "InlineTextBox 'Lorem ipsum dolor sit amet, consectetur adipisci ng elit. Aenean laoreet dolor id urna eleifend aliquet.'",
119 "reason": "forced by layout"
120 },
121 {
122 "object": "InlineTextBox 'Nulla vel dolor ipsum. Aliquam ut turpis nisl, i n vulputate sapien. Cum sociis natoque penatibus et'",
123 "reason": "forced by layout"
124 },
125 {
126 "object": "InlineTextBox 'magnis dis parturient montes, nascetur ridiculus mus. Sed congue magna vitae dolor feugiat vehicula.'",
127 "reason": "forced by layout"
128 },
129 {
130 "object": "InlineTextBox 'Sed volutpat, tellus vel varius vestibulum, puru s quam mollis sapien, in condimentum leo neque sed'",
131 "reason": "forced by layout"
132 },
133 {
134 "object": "InlineTextBox 'nulla. Nunc quis porta elit. Pellentesque erat l ectus, ultricies a lobortis id, faucibus id quam.'",
135 "reason": "forced by layout"
136 }
137 ]
138 }
139
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698