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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/compositing/iframe-inside-squashed-layer-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": [785, 1016], 5 "bounds": [785, 1016],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true 7 "drawsContent": true
8 }, 8 },
9 { 9 {
10 "name": "Squashing Containment Layer", 10 "name": "Squashing Containment Layer",
(...skipping 22 matching lines...) Expand all
33 "object": "LayoutBlockFlow BODY", 33 "object": "LayoutBlockFlow BODY",
34 "rect": [8, 508, 284, 18], 34 "rect": [8, 508, 284, 18],
35 "reason": "forced by layout" 35 "reason": "forced by layout"
36 }, 36 },
37 { 37 {
38 "object": "LayoutBlockFlow BODY", 38 "object": "LayoutBlockFlow BODY",
39 "rect": [8, 508, 269, 142], 39 "rect": [8, 508, 269, 142],
40 "reason": "forced by layout" 40 "reason": "forced by layout"
41 }, 41 },
42 { 42 {
43 "object": "LayoutText #text",
44 "rect": [8, 508, 31, 17],
45 "reason": "forced by layout"
46 },
47 {
48 "object": "LayoutView #document", 43 "object": "LayoutView #document",
49 "rect": [285, 500, 15, 150], 44 "rect": [285, 500, 15, 150],
50 "reason": "scroll" 45 "reason": "scroll"
51 } 46 }
52 ] 47 ]
53 } 48 }
54 ], 49 ],
55 "objectPaintInvalidations": [ 50 "objectPaintInvalidations": [
56 { 51 {
57 "object": "LayoutView #document", 52 "object": "LayoutView #document",
(...skipping 19 matching lines...) Expand all
77 "object": "LayoutText #text", 72 "object": "LayoutText #text",
78 "reason": "forced by layout" 73 "reason": "forced by layout"
79 }, 74 },
80 { 75 {
81 "object": "InlineTextBox 'test1'", 76 "object": "InlineTextBox 'test1'",
82 "reason": "forced by layout" 77 "reason": "forced by layout"
83 } 78 }
84 ] 79 ]
85 } 80 }
86 81
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698