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

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

Issue 2743053003: [Reland #1] Don't create layout objects for children of display-none iframes. (Closed)
Patch Set: rebaseline. Created 3 years, 8 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
(Empty)
1 {
2 "layers": [
3 {
4 "name": "LayoutView #document",
5 "bounds": [785, 735],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "paintInvalidations": [
9 {
10 "object": "LayoutView #document",
11 "rect": [0, 735, 785, 98],
12 "reason": "incremental"
13 },
14 {
15 "object": "LayoutBlockFlow (relative positioned) DIV class='relative p addingTop'",
16 "rect": [8, 184, 769, 641],
17 "reason": "bounds change"
18 },
19 {
20 "object": "LayoutBlockFlow (relative positioned) DIV class='relative p addingTop'",
21 "rect": [8, 86, 769, 641],
22 "reason": "bounds change"
23 },
24 {
25 "object": "LayoutBlockFlow (anonymous)",
26 "rect": [8, 86, 769, 98],
27 "reason": "layoutObject removal"
28 },
29 {
30 "object": "LayoutIFrame IFRAME id='iframe'",
31 "rect": [8, 86, 732, 94],
32 "reason": "layoutObject removal"
33 }
34 ]
35 }
36 ],
37 "objectPaintInvalidations": [
38 {
39 "object": "LayoutIFrame IFRAME id='iframe'",
40 "reason": "layoutObject removal"
41 },
42 {
43 "object": "LayoutText #text",
44 "reason": "layoutObject removal"
45 },
46 {
47 "object": "LayoutBlockFlow (anonymous)",
48 "reason": "layoutObject removal"
49 },
50 {
51 "object": "LayoutView #document",
52 "reason": "incremental"
53 },
54 {
55 "object": "LayoutBlockFlow (relative positioned) DIV class='relative paddi ngTop'",
56 "reason": "bounds change"
57 },
58 {
59 "object": "RootInlineBox",
60 "reason": "bounds change"
61 },
62 {
63 "object": "LayoutImage IMG",
64 "reason": "bounds change"
65 },
66 {
67 "object": "LayoutText #text",
68 "reason": "location change"
69 }
70 ]
71 }
72
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698