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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/composited-iframe-hidden-expected.html

Issue 1616183002: Don't composite layers with an invisible frameview. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove verbose logging. Created 4 years, 10 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 <!DOCTYPE html>
2 <div style="visibility: hidden;"><iframe></iframe></div>
chrishtr 2016/01/28 00:32:31 Just <div></div should work?
wkorman 2016/01/28 00:55:21 Since the hidden iframe still occupies space, we n
3 <p>This test passes if there is no assert failure in debug builds and there is n o visible
4 content in the iframe above after the page fully settles.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698