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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/flexbox/repaint-expected.txt

Issue 2707063003: Don't invalidate rect if it's covered by fully invalidated parent's visual rect (Closed)
Patch Set: - Created 3 years, 9 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 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutBlockFlow DIV id='content'", 10 "object": "LayoutBlockFlow DIV id='content'",
11 "rect": [138, 116, 654, 90], 11 "rect": [138, 116, 654, 90],
12 "reason": "style change" 12 "reason": "style change"
13 }, 13 },
14 { 14 {
15 "object": "LayoutBlockFlow P",
16 "rect": [138, 116, 654, 90],
17 "reason": "forced by layout"
18 },
19 {
20 "object": "LayoutText #text",
21 "rect": [138, 116, 652, 90],
22 "reason": "forced by layout"
23 },
24 {
25 "object": "LayoutBlockFlow DIV id='content'", 15 "object": "LayoutBlockFlow DIV id='content'",
26 "rect": [148, 116, 644, 108], 16 "rect": [148, 116, 644, 108],
27 "reason": "style change" 17 "reason": "style change"
28 }, 18 },
29 { 19 {
30 "object": "LayoutBlockFlow DIV id='content'", 20 "object": "LayoutBlockFlow DIV id='content'",
31 "rect": [148, 116, 644, 108], 21 "rect": [148, 116, 644, 108],
32 "reason": "style change" 22 "reason": "style change"
33 }, 23 },
34 { 24 {
35 "object": "LayoutBlockFlow P",
36 "rect": [148, 116, 644, 108],
37 "reason": "forced by layout"
38 },
39 {
40 "object": "LayoutBlockFlow P",
41 "rect": [148, 116, 644, 108],
42 "reason": "forced by layout"
43 },
44 {
45 "object": "LayoutText #text",
46 "rect": [148, 116, 632, 108],
47 "reason": "forced by layout"
48 },
49 {
50 "object": "LayoutText #text",
51 "rect": [148, 116, 632, 108],
52 "reason": "forced by layout"
53 },
54 {
55 "object": "LayoutBlockFlow DIV id='content'", 25 "object": "LayoutBlockFlow DIV id='content'",
56 "rect": [400, 116, 392, 162], 26 "rect": [400, 116, 392, 162],
57 "reason": "style change" 27 "reason": "style change"
58 }, 28 },
59 { 29 {
60 "object": "LayoutBlockFlow P",
61 "rect": [400, 116, 392, 162],
62 "reason": "forced by layout"
63 },
64 {
65 "object": "LayoutBlockFlow DIV id='left'", 30 "object": "LayoutBlockFlow DIV id='left'",
66 "rect": [8, 224, 392, 54], 31 "rect": [8, 224, 392, 54],
67 "reason": "incremental" 32 "reason": "incremental"
68 }, 33 },
69 { 34 {
70 "object": "LayoutText #text",
71 "rect": [400, 116, 391, 162],
72 "reason": "forced by layout"
73 },
74 {
75 "object": "LayoutBlockFlow DIV id='left'", 35 "object": "LayoutBlockFlow DIV id='left'",
76 "rect": [148, 116, 252, 162], 36 "rect": [148, 116, 252, 162],
77 "reason": "incremental" 37 "reason": "incremental"
78 }, 38 },
79 { 39 {
80 "object": "LayoutBlockFlow DIV id='left'", 40 "object": "LayoutBlockFlow DIV id='left'",
81 "rect": [8, 206, 140, 18], 41 "rect": [8, 206, 140, 18],
82 "reason": "incremental" 42 "reason": "incremental"
83 }, 43 },
84 { 44 {
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 "object": "InlineTextBox 'Sed volutpat, tellus vel varius vestibulum, puru s quam mollis sapien, in condimentum leo neque sed'", 130 "object": "InlineTextBox 'Sed volutpat, tellus vel varius vestibulum, puru s quam mollis sapien, in condimentum leo neque sed'",
171 "reason": "forced by layout" 131 "reason": "forced by layout"
172 }, 132 },
173 { 133 {
174 "object": "InlineTextBox 'nulla. Nunc quis porta elit. Pellentesque erat l ectus, ultricies a lobortis id, faucibus id quam.'", 134 "object": "InlineTextBox 'nulla. Nunc quis porta elit. Pellentesque erat l ectus, ultricies a lobortis id, faucibus id quam.'",
175 "reason": "forced by layout" 135 "reason": "forced by layout"
176 } 136 }
177 ] 137 ]
178 } 138 }
179 139
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698