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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/bugzilla-5699-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 P", 10 "object": "LayoutBlockFlow P",
11 "rect": [8, 130, 784, 66], 11 "rect": [8, 130, 784, 66],
12 "reason": "forced by layout" 12 "reason": "forced by layout"
13 }, 13 },
14 { 14 {
15 "object": "LayoutText #text", 15 "object": "LayoutText #text",
16 "rect": [8, 178, 36, 18],
17 "reason": "forced by layout"
18 },
19 {
20 "object": "LayoutText #text",
21 "rect": [8, 148, 36, 18],
22 "reason": "forced by layout"
23 },
24 {
25 "object": "LayoutInline SPAN id='d'",
26 "rect": [8, 145, 4, 18],
27 "reason": "style change"
28 },
29 {
30 "object": "LayoutText #text",
31 "rect": [8, 145, 4, 18],
32 "reason": "style change"
33 },
34 {
35 "object": "LayoutText #text",
36 "rect": [8, 130, 4, 18], 16 "rect": [8, 130, 4, 18],
37 "reason": "style change" 17 "reason": "style change"
38 } 18 }
39 ] 19 ]
40 } 20 }
41 ], 21 ],
42 "objectPaintInvalidations": [ 22 "objectPaintInvalidations": [
43 { 23 {
44 "object": "LayoutBlockFlow P", 24 "object": "LayoutBlockFlow P",
45 "reason": "forced by layout" 25 "reason": "forced by layout"
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 "object": "LayoutBR BR", 64 "object": "LayoutBR BR",
85 "reason": "forced by layout" 65 "reason": "forced by layout"
86 }, 66 },
87 { 67 {
88 "object": "InlineTextBox '\n'", 68 "object": "InlineTextBox '\n'",
89 "reason": "forced by layout" 69 "reason": "forced by layout"
90 } 70 }
91 ] 71 ]
92 } 72 }
93 73
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698