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

Side by Side Diff: third_party/WebKit/LayoutTests/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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 }, 82 },
83 { 83 {
84 "object": "LayoutImage IMG", 84 "object": "LayoutImage IMG",
85 "reason": "bounds change" 85 "reason": "bounds change"
86 }, 86 },
87 { 87 {
88 "object": "LayoutText #text", 88 "object": "LayoutText #text",
89 "reason": "location change" 89 "reason": "location change"
90 }, 90 },
91 { 91 {
92 "object": "VerticalScrollbar",
93 "reason": "scroll"
94 },
95 {
92 "object": "LayoutView #document", 96 "object": "LayoutView #document",
93 "reason": "style change" 97 "reason": "style change"
94 }, 98 },
95 { 99 {
96 "object": "LayoutBlockFlow HTML", 100 "object": "LayoutBlockFlow HTML",
97 "reason": "layoutObject insertion" 101 "reason": "layoutObject insertion"
98 }, 102 },
99 { 103 {
100 "object": "LayoutBlockFlow BODY", 104 "object": "LayoutBlockFlow BODY",
101 "reason": "layoutObject insertion" 105 "reason": "layoutObject insertion"
102 } 106 }
103 ] 107 ]
104 } 108 }
105 109
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698