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

Side by Side Diff: third_party/WebKit/LayoutTests/flag-specific/enable-blink-features=SlimmingPaintInvalidation/paint/invalidation/flexbox/repaint-expected.txt

Issue 2543293002: Add virtual/spinvalidation/paint/invalidation test suite (Closed)
Patch Set: Rebaseline virtual/spinvalidation/paint/invalidation/select-option-background-color.html Created 4 years 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, 128, 654, 100],
12 "reason": "style change"
13 },
14 {
15 "object": "LayoutBlockFlow P",
16 "rect": [138, 128, 654, 100],
17 "reason": "forced by layout"
18 },
19 {
20 "object": "LayoutText #text",
21 "rect": [137, 128, 652, 99],
22 "reason": "forced by layout"
23 },
24 {
25 "object": "LayoutBlockFlow DIV id='content'",
26 "rect": [148, 128, 644, 100],
27 "reason": "style change"
28 },
29 {
30 "object": "LayoutBlockFlow P",
31 "rect": [148, 128, 644, 100],
32 "reason": "forced by layout"
33 },
34 {
35 "object": "LayoutText #text",
36 "rect": [147, 128, 641, 99],
37 "reason": "forced by layout"
38 },
39 {
40 "object": "LayoutBlockFlow DIV id='content'",
41 "rect": [400, 128, 392, 160],
42 "reason": "style change"
43 },
44 {
45 "object": "LayoutBlockFlow P",
46 "rect": [400, 128, 392, 160],
47 "reason": "forced by layout"
48 },
49 {
50 "object": "LayoutBlockFlow DIV id='left'",
51 "rect": [8, 228, 392, 60],
52 "reason": "incremental"
53 },
54 {
55 "object": "LayoutText #text",
56 "rect": [400, 128, 389, 159],
57 "reason": "forced by layout"
58 },
59 {
60 "object": "LayoutBlockFlow DIV id='left'",
61 "rect": [148, 128, 252, 160],
62 "reason": "incremental"
63 },
64 {
65 "object": "LayoutBlockFlow DIV id='left'",
66 "rect": [8, 128, 140, 100],
67 "reason": "border box change"
68 }
69 ]
70 }
71 ],
72 "objectPaintInvalidations": [
73 {
74 "object": "LayoutBlockFlow DIV id='left'",
75 "reason": "incremental"
76 },
77 {
78 "object": "LayoutBlockFlow DIV id='content'",
79 "reason": "style change"
80 },
81 {
82 "object": "LayoutBlockFlow P",
83 "reason": "forced by layout"
84 },
85 {
86 "object": "RootInlineBox",
87 "reason": "forced by layout"
88 },
89 {
90 "object": "LayoutText #text",
91 "reason": "forced by layout"
92 },
93 {
94 "object": "InlineTextBox 'Lorem ipsum dolor sit amet, consectetur adipisci ng elit. Aenean laoreet dolor id urna eleifend aliquet. Nulla'",
95 "reason": "forced by layout"
96 },
97 {
98 "object": "InlineTextBox 'vel dolor ipsum. Aliquam ut turpis nisl, in vulp utate sapien. Cum sociis natoque penatibus et magnis dis'",
99 "reason": "forced by layout"
100 },
101 {
102 "object": "InlineTextBox 'parturient montes, nascetur ridiculus mus. Sed c ongue magna vitae dolor feugiat vehicula. Sed volutpat,'",
103 "reason": "forced by layout"
104 },
105 {
106 "object": "InlineTextBox 'tellus vel varius vestibulum, purus quam mollis sapien, in condimentum leo neque sed nulla. Nunc quis porta'",
107 "reason": "forced by layout"
108 },
109 {
110 "object": "InlineTextBox 'elit. Pellentesque erat lectus, ultricies a lobo rtis id, faucibus id quam.'",
111 "reason": "forced by layout"
112 },
113 {
114 "object": "LayoutBlockFlow DIV id='left'",
115 "reason": "border box change"
116 },
117 {
118 "object": "LayoutBlockFlow DIV id='content'",
119 "reason": "style change"
120 },
121 {
122 "object": "LayoutBlockFlow P",
123 "reason": "forced by layout"
124 },
125 {
126 "object": "RootInlineBox",
127 "reason": "forced by layout"
128 },
129 {
130 "object": "LayoutText #text",
131 "reason": "forced by layout"
132 },
133 {
134 "object": "InlineTextBox 'Lorem ipsum dolor sit amet, consectetur adipisci ng elit. Aenean laoreet dolor id urna eleifend aliquet. Nulla'",
135 "reason": "forced by layout"
136 },
137 {
138 "object": "InlineTextBox 'vel dolor ipsum. Aliquam ut turpis nisl, in vulp utate sapien. Cum sociis natoque penatibus et magnis dis'",
139 "reason": "forced by layout"
140 },
141 {
142 "object": "InlineTextBox 'parturient montes, nascetur ridiculus mus. Sed c ongue magna vitae dolor feugiat vehicula. Sed volutpat, tellus'",
143 "reason": "forced by layout"
144 },
145 {
146 "object": "InlineTextBox 'vel varius vestibulum, purus quam mollis sapien, in condimentum leo neque sed nulla. Nunc quis porta elit.'",
147 "reason": "forced by layout"
148 },
149 {
150 "object": "InlineTextBox 'Pellentesque erat lectus, ultricies a lobortis i d, faucibus id quam.'",
151 "reason": "forced by layout"
152 }
153 ]
154 }
155
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698