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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/resize-scrollable-iframe-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 (anonymous)", 10 "object": "LayoutBlockFlow (anonymous)",
11 "rect": [8, 108, 784, 304], 11 "rect": [8, 108, 784, 304],
12 "reason": "forced by layout" 12 "reason": "forced by layout"
13 }, 13 },
14 { 14 {
15 "object": "LayoutIFrame IFRAME id='iframe'",
16 "rect": [8, 108, 300, 300],
17 "reason": "forced by layout"
18 },
19 {
20 "object": "LayoutView #document", 15 "object": "LayoutView #document",
21 "rect": [8, 193, 285, 200], 16 "rect": [8, 193, 285, 200],
22 "reason": "incremental" 17 "reason": "incremental"
23 }, 18 },
24 { 19 {
25 "object": "LayoutView #document", 20 "object": "LayoutView #document",
26 "rect": [8, 393, 285, 15], 21 "rect": [8, 393, 285, 15],
27 "reason": "scroll" 22 "reason": "scroll"
28 }, 23 },
29 { 24 {
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 "object": "VerticalScrollbar", 83 "object": "VerticalScrollbar",
89 "reason": "scroll" 84 "reason": "scroll"
90 }, 85 },
91 { 86 {
92 "object": "LayoutView #document", 87 "object": "LayoutView #document",
93 "reason": "incremental" 88 "reason": "incremental"
94 } 89 }
95 ] 90 ]
96 } 91 }
97 92
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698