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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/control-clip-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, 10 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 (anonymous)", 10 "object": "LayoutBlockFlow (anonymous)",
11 "rect": [9, 83, 198, 16], 11 "rect": [9, 83, 198, 16],
12 "reason": "forced by layout" 12 "reason": "forced by layout"
13 }, 13 },
14 { 14 {
15 "object": "LayoutBlockFlow (anonymous)", 15 "object": "LayoutBlockFlow (anonymous)",
16 "rect": [16, 113, 184, 16], 16 "rect": [16, 113, 184, 16],
17 "reason": "forced by layout" 17 "reason": "forced by layout"
18 },
19 {
20 "object": "LayoutText #text",
21 "rect": [76, 113, 64, 16],
22 "reason": "full"
23 },
24 {
25 "object": "LayoutText (anonymous)",
26 "rect": [9, 83, 63, 16],
27 "reason": "full"
28 } 18 }
29 ] 19 ]
30 } 20 }
31 ], 21 ],
32 "objectPaintInvalidations": [ 22 "objectPaintInvalidations": [
33 { 23 {
34 "object": "LayoutBlockFlow (anonymous)", 24 "object": "LayoutBlockFlow (anonymous)",
35 "reason": "forced by layout" 25 "reason": "forced by layout"
36 }, 26 },
37 { 27 {
(...skipping 20 matching lines...) Expand all
58 "object": "LayoutText #text", 48 "object": "LayoutText #text",
59 "reason": "full" 49 "reason": "full"
60 }, 50 },
61 { 51 {
62 "object": "InlineTextBox 'SUCCESS'", 52 "object": "InlineTextBox 'SUCCESS'",
63 "reason": "full" 53 "reason": "full"
64 } 54 }
65 ] 55 ]
66 } 56 }
67 57
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698