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

Unified Diff: third_party/WebKit/LayoutTests/compositing/iframes/invisible-nested-iframe-show.html

Issue 1616183002: Don't composite layers with an invisible frameview. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add test expectation. Created 4 years, 11 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/compositing/iframes/invisible-nested-iframe-show.html
diff --git a/third_party/WebKit/LayoutTests/compositing/iframes/invisible-nested-iframe-show.html b/third_party/WebKit/LayoutTests/compositing/iframes/invisible-nested-iframe-show.html
index 11e6c7db36cae9f72896d5e06e046455448b0a7a..013259b0fbcb2bc5c74ad8e12707ac59c6dd6cd1 100644
--- a/third_party/WebKit/LayoutTests/compositing/iframes/invisible-nested-iframe-show.html
+++ b/third_party/WebKit/LayoutTests/compositing/iframes/invisible-nested-iframe-show.html
@@ -48,7 +48,7 @@
</head>
<body>
- <!-- The nested iframe should appear when we remove "diplay:none". -->
+ <!-- The nested iframe should appear when we remove "display:none". -->
<div id="invisible" style="display:none;">
<iframe src="resources/intermediate-frame.html"></iframe>
</div>

Powered by Google App Engine
This is Rietveld 408576698