Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rendering: update when an image creates a replaced box
This aligns the standard with Chromium/WebKit and an upcoming release of Firefox. In particular, the two cases that need to work are: * <img> (without alt) creates a replaced box, regardless of specified dimensions or what not. * <img src="foo" alt="bar"> creates a replaced box while the image is loading, rather than an inline. Tests are in https://phabricator.services.mozilla.com/D11194.
- Loading branch information