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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/web/tests/data/single_invisible_iframe.html
diff --git a/third_party/WebKit/Source/web/tests/data/single_invisible_iframe.html b/third_party/WebKit/Source/web/tests/data/single_invisible_iframe.html
new file mode 100644
index 0000000000000000000000000000000000000000..22a2559d874a5f40f838a6ac24c6a4a10a4a849c
--- /dev/null
+++ b/third_party/WebKit/Source/web/tests/data/single_invisible_iframe.html
@@ -0,0 +1,5 @@
+<html>
esprehn 2016/12/15 21:36:48 Missing <!DOCTYPE html>
erikchen 2016/12/16 20:56:12 Done.
+ <body>
+ <iframe style="display:none;" src="visible_iframe.html"></iframe>
+ </body>
+</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.

Powered by Google App Engine
This is Rietveld 408576698