[Webkit-unassigned] [Bug 186336] Regression(AsyncImageDecoding): HTML 'load' event fires before images have rendered
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jun 5 20:42:29 PDT 2018
https://bugs.webkit.org/show_bug.cgi?id=186336
--- Comment #2 from Chris Dumez <cdumez at apple.com> ---
Created attachment 342025
--> https://bugs.webkit.org/attachment.cgi?id=342025&action=review
Repro case
Here is a very simple repro case.
Open test.html in Safari, then hit the reload button.
Expected result: There should be no red flash
Actual result: We see a red flash before the image shows
Works in Chrome.
The page has a red div with opacity 0 and a background image in CSS. When the 'load' event fires, opacity of the is changed to 1.
Was reported at WWDC today.
--
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/20180606/1bf81df0/attachment-0001.html>
More information about the webkit-unassigned
mailing list