[Webkit-unassigned] [Bug 137335] New: CSS3-selectors: first-line pseudo-element png image display is failed ramdomly
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Oct 2 00:49:22 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=137335
Summary: CSS3-selectors: first-line pseudo-element png image
display is failed ramdomly
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: CSS
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: jh718.park at samsung.com
::first-line pseudo-element is painted ramdomly.
Sometimes background-image specified with png image file is painted well, and sometimes it is not painted.
It seems that image loading is completed before painting when the png image is displayed well,
and when it is not, image loading is completed after painting.
And when image loading is completed, it seems there is no code flow to notify observers the image loading completion.
The corresponding test case is in below url:
https://github.com/w3c/csswg-test/blob/master/css-backgrounds-3/background-size-033.html
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list