Image content does not necessarily trigger layout and definitely won't trigger tree building -> no VNE check.
<rdar://problem/60063261>
Created attachment 392517 [details] Patch
Comment on attachment 392517 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=392517&action=review > Source/WebCore/rendering/RenderVideo.cpp:106 > + incrementVisuallyNonEmptyPixelCountIfNeeded(roundedIntSize(size), !needsLayout()); Ew. Do we really want to do this?