On 2016/01/28 at 00:32:31, chrishtr wrote:
> Just <div></div should work?
Since the hidden iframe still occupies space, we need to account for that space
in this expectation somehow. This seemed like the most maintainable approach
since it emulates the source document re: using an actual iframe element.
We could alternately see what the size of the default-styled iframe is (150px
high + 4px for border) and apply that to the padding/margin-top of the <p> below
but then that's fragile to iframe changes in future. Am happy to do that instead
if you think preferred.
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.
Issue 1616183002: Don't composite layers with an invisible frameview.
(Closed)
Created 4 years, 11 months ago by wkorman
Modified 4 years, 10 months ago
Reviewers: chrishtr
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Comments: 20