Re-land: Remove workaround [1] to add a placeholder for lazyload images.
This is a re-land of [2]. It was reverted due to a flakiness introduce in [3]. The reason for the flakiness appears to have a couple of sources: (a) sometimes the image for one of the ref/non-ref will load a bit faster (b) scrollbars present in the ref case, because the image is not clipped by overflow:hidden (c) 8px margin (a) is fixed by using reftest-wait. (b) is fixed by adding overflow:hidden to the HTML element; (c) is fixed with margin:0. [1] https://chromium-review.googlesource.com/c/chromium/src/+/1773869 [2] https://chromium-review.googlesource.com/c/chromium/src/+/2103708 [3] external/wpt/html/semantics/embedded-content/the-img-element/image-loading-subpixel-clip.html Bug: 992765, 999019, 995119, 999209, 1045745 Change-Id: I6ad8c5564f65d131da9b04180499a4bd98a4c8d2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2111906Reviewed-by:Stefan Zager <szager@chromium.org> Commit-Queue: Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#752209}
Showing
Please register or sign in to comment