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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/shift-relative-positioned-container-with-image-addition-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": [785, 829], 5 "bounds": [785, 829],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutView #document", 10 "object": "LayoutView #document",
11 "rect": [0, 735, 785, 94], 11 "rect": [0, 735, 785, 94],
12 "reason": "incremental" 12 "reason": "incremental"
13 }, 13 },
14 { 14 {
15 "object": "LayoutBlockFlow (relative positioned) DIV class='relative p addingTop'", 15 "object": "LayoutBlockFlow (relative positioned) DIV class='relative p addingTop'",
16 "rect": [8, 180, 769, 641], 16 "rect": [8, 180, 769, 641],
17 "reason": "bounds change" 17 "reason": "bounds change"
18 }, 18 },
19 { 19 {
20 "object": "LayoutBlockFlow (relative positioned) DIV class='relative p addingTop'", 20 "object": "LayoutBlockFlow (relative positioned) DIV class='relative p addingTop'",
21 "rect": [8, 86, 769, 641], 21 "rect": [8, 86, 769, 641],
22 "reason": "bounds change" 22 "reason": "bounds change"
23 }, 23 },
24 { 24 {
25 "object": "LayoutIFrame IFRAME id='iframe'", 25 "object": "LayoutIFrame IFRAME id='iframe'",
26 "rect": [8, 86, 732, 94], 26 "rect": [8, 86, 732, 94],
27 "reason": "layoutObject insertion" 27 "reason": "layoutObject insertion"
28 }, 28 },
29 { 29 {
30 "object": "LayoutBlockFlow HTML",
31 "rect": [10, 88, 728, 90],
32 "reason": "layoutObject insertion"
33 },
34 {
35 "object": "LayoutView #document", 30 "object": "LayoutView #document",
36 "rect": [10, 88, 728, 90], 31 "rect": [10, 88, 728, 90],
37 "reason": "style change" 32 "reason": "style change"
38 }, 33 },
39 { 34 {
40 "object": "LayoutBlockFlow BODY",
41 "rect": [18, 96, 712, 74],
42 "reason": "layoutObject insertion"
43 },
44 {
45 "object": "LayoutImage IMG", 35 "object": "LayoutImage IMG",
46 "rect": [58, 230, 489, 537], 36 "rect": [58, 230, 489, 537],
47 "reason": "bounds change" 37 "reason": "bounds change"
48 }, 38 },
49 { 39 {
50 "object": "LayoutImage IMG", 40 "object": "LayoutImage IMG",
51 "rect": [58, 136, 489, 537], 41 "rect": [58, 136, 489, 537],
52 "reason": "bounds change" 42 "reason": "bounds change"
53 } 43 }
54 ] 44 ]
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 "object": "LayoutBlockFlow HTML", 81 "object": "LayoutBlockFlow HTML",
92 "reason": "layoutObject insertion" 82 "reason": "layoutObject insertion"
93 }, 83 },
94 { 84 {
95 "object": "LayoutBlockFlow BODY", 85 "object": "LayoutBlockFlow BODY",
96 "reason": "layoutObject insertion" 86 "reason": "layoutObject insertion"
97 } 87 }
98 ] 88 ]
99 } 89 }
100 90
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698