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

Side by Side Diff: third_party/WebKit/Source/web/tests/data/single_invisible_iframe.html

Issue 2564633002: Don't create layout objects for children of display-none iframes. (Closed)
Patch Set: Add new layout tests. Created 4 years 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 <html>
esprehn 2016/12/15 21:36:48 Missing <!DOCTYPE html>
erikchen 2016/12/16 20:56:12 Done.
2 <body>
3 <iframe style="display:none;" src="visible_iframe.html"></iframe>
4 </body>
5 </html>
esprehn 2016/12/15 21:36:48 You only need: <!DOCTYPE html> <iframe style="dis
erikchen 2016/12/16 20:56:12 the web is magical. done.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698