[Webkit-unassigned] [Bug 180940] Blank page except for inner iframes because pending stylesheets cause style.isNotFinal() to be true

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 18 15:48:38 PST 2017


https://bugs.webkit.org/show_bug.cgi?id=180940

Simon Fraser (smfr) <simon.fraser at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Blank page except for inner |Blank page except for inner
                   |iframes                     |iframes because pending
                   |                            |stylesheets cause
                   |                            |style.isNotFinal() to be
                   |                            |true

--- Comment #9 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
This happens because we get into a state where style().isNotFinal() is true so RenderLayers don't paint. style().isNotFinal() depends on whether stylesheets are pending (see TreeResolver::resolveElement()).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20171218/2d3a1e64/attachment-0001.html>


More information about the webkit-unassigned mailing list