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

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

Issue 2696283003: Revert of Don't create layout objects for children of display-none iframes. (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": "LayoutBlockFlow HTML", 10 "object": "LayoutBlockFlow HTML",
(...skipping 16 matching lines...) Expand all
27 "reason": "bounds change" 27 "reason": "bounds change"
28 }, 28 },
29 { 29 {
30 "object": "LayoutIFrame IFRAME id='iframe'", 30 "object": "LayoutIFrame IFRAME id='iframe'",
31 "rect": [8, 86, 732, 94], 31 "rect": [8, 86, 732, 94],
32 "reason": "layoutObject insertion" 32 "reason": "layoutObject insertion"
33 }, 33 },
34 { 34 {
35 "object": "LayoutBlockFlow HTML", 35 "object": "LayoutBlockFlow HTML",
36 "rect": [10, 88, 728, 90], 36 "rect": [10, 88, 728, 90],
37 "reason": "layoutObject insertion" 37 "reason": "forced by layout"
38 },
39 {
40 "object": "LayoutView #document",
41 "rect": [10, 88, 728, 90],
42 "reason": "style change"
43 },
44 {
45 "object": "LayoutBlockFlow BODY",
46 "rect": [18, 96, 712, 74],
47 "reason": "layoutObject insertion"
48 }, 38 },
49 { 39 {
50 "object": "LayoutImage IMG", 40 "object": "LayoutImage IMG",
51 "rect": [58, 230, 489, 537], 41 "rect": [58, 230, 489, 537],
52 "reason": "bounds change" 42 "reason": "bounds change"
53 }, 43 },
54 { 44 {
55 "object": "LayoutImage IMG", 45 "object": "LayoutImage IMG",
56 "rect": [58, 136, 489, 537], 46 "rect": [58, 136, 489, 537],
57 "reason": "bounds change" 47 "reason": "bounds change"
(...skipping 24 matching lines...) Expand all
82 }, 72 },
83 { 73 {
84 "object": "LayoutImage IMG", 74 "object": "LayoutImage IMG",
85 "reason": "bounds change" 75 "reason": "bounds change"
86 }, 76 },
87 { 77 {
88 "object": "LayoutText #text", 78 "object": "LayoutText #text",
89 "reason": "location change" 79 "reason": "location change"
90 }, 80 },
91 { 81 {
82 "object": "VerticalScrollbar",
83 "reason": "scroll"
84 },
85 {
92 "object": "LayoutView #document", 86 "object": "LayoutView #document",
93 "reason": "style change" 87 "reason": "scroll"
88 },
89 {
90 "object": "LayoutView #document",
91 "reason": "location change"
94 }, 92 },
95 { 93 {
96 "object": "LayoutBlockFlow HTML", 94 "object": "LayoutBlockFlow HTML",
97 "reason": "layoutObject insertion" 95 "reason": "forced by layout"
98 }, 96 },
99 { 97 {
100 "object": "LayoutBlockFlow BODY", 98 "object": "LayoutBlockFlow BODY",
101 "reason": "layoutObject insertion" 99 "reason": "location change"
102 } 100 }
103 ] 101 ]
104 } 102 }
105 103
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698