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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/spinvalidation/paint/invalidation/iframe-display-none-to-display-block-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": [800, 600],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "paintInvalidations": [
9 {
10 "object": "LayoutIFrame IFRAME id='iframe'",
11 "rect": [8, 68, 732, 94],
12 "reason": "layoutObject insertion"
13 },
14 {
15 "object": "LayoutBlockFlow HTML",
16 "rect": [10, 70, 728, 90],
17 "reason": "layoutObject insertion"
18 },
19 {
20 "object": "LayoutView #document",
21 "rect": [10, 70, 728, 90],
22 "reason": "style change"
23 },
24 {
25 "object": "LayoutBlockFlow BODY",
26 "rect": [18, 78, 712, 74],
27 "reason": "layoutObject insertion"
28 }
29 ]
30 }
31 ],
32 "objectPaintInvalidations": [
33 {
34 "object": "LayoutIFrame IFRAME id='iframe'",
35 "reason": "layoutObject insertion"
36 },
37 {
38 "object": "LayoutView #document",
39 "reason": "style change"
40 },
41 {
42 "object": "LayoutBlockFlow HTML",
43 "reason": "layoutObject insertion"
44 },
45 {
46 "object": "LayoutBlockFlow BODY",
47 "reason": "layoutObject insertion"
48 }
49 ]
50 }
51
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698