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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/disable-spinvalidation/paint/invalidation/shift-relative-positioned-container-with-image-addition-expected.txt

Issue 2743053003: [Reland #1] Don't create layout objects for children of display-none iframes. (Closed)
Patch Set: Fix DOM object leaks. Diff this against Patch Set 10. 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, 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 {
30 "object": "LayoutView #document", 35 "object": "LayoutView #document",
31 "rect": [10, 88, 728, 90], 36 "rect": [10, 88, 728, 90],
32 "reason": "layout overflow box change" 37 "reason": "style change"
38 },
39 {
40 "object": "LayoutBlockFlow BODY",
41 "rect": [18, 96, 712, 74],
42 "reason": "layoutObject insertion"
33 }, 43 },
34 { 44 {
35 "object": "LayoutImage IMG", 45 "object": "LayoutImage IMG",
36 "rect": [58, 230, 489, 537], 46 "rect": [58, 230, 489, 537],
37 "reason": "bounds change" 47 "reason": "bounds change"
38 }, 48 },
39 { 49 {
40 "object": "LayoutImage IMG", 50 "object": "LayoutImage IMG",
41 "rect": [58, 136, 489, 537], 51 "rect": [58, 136, 489, 537],
42 "reason": "bounds change" 52 "reason": "bounds change"
(...skipping 20 matching lines...) Expand all
63 }, 73 },
64 { 74 {
65 "object": "LayoutImage IMG", 75 "object": "LayoutImage IMG",
66 "reason": "bounds change" 76 "reason": "bounds change"
67 }, 77 },
68 { 78 {
69 "object": "LayoutText #text", 79 "object": "LayoutText #text",
70 "reason": "location change" 80 "reason": "location change"
71 }, 81 },
72 { 82 {
73 "object": "VerticalScrollbar",
74 "reason": "scroll"
75 },
76 {
77 "object": "LayoutView #document", 83 "object": "LayoutView #document",
78 "reason": "scroll" 84 "reason": "style change"
79 },
80 {
81 "object": "LayoutView #document",
82 "reason": "layout overflow box change"
83 }, 85 },
84 { 86 {
85 "object": "LayoutBlockFlow HTML", 87 "object": "LayoutBlockFlow HTML",
86 "reason": "location change" 88 "reason": "layoutObject insertion"
87 }, 89 },
88 { 90 {
89 "object": "LayoutBlockFlow BODY", 91 "object": "LayoutBlockFlow BODY",
90 "reason": "location change" 92 "reason": "layoutObject insertion"
91 } 93 }
92 ] 94 ]
93 } 95 }
94 96
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698