Bug 40823

Summary: <progress> should be styled with -webkit-progress-bar-value
Product: WebKit Reporter: Hajime Morrita <morrita>
Component: FormsAssignee: Hajime Morrita <morrita>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, eric, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Attachments:
Description Flags
a repro; it should be styled, but it isn't.
none
patch v0 tkent: review+, tkent: commit-queue-

Description Hajime Morrita 2010-06-18 03:58:58 PDT
Created attachment 59091 [details]
a repro; it should be styled, but it isn't.

<progress> should be styled when some style is given for ::-webkit-progress-bar-value pseudo class.
Currently it is styled only if both progress and ::-webkit-progress-bar-value has some style properties.
Comment 1 Hajime Morrita 2010-06-22 01:02:28 PDT
Created attachment 59351 [details]
patch v0
Comment 2 Kent Tamura 2010-06-23 01:26:49 PDT
Comment on attachment 59351 [details]
patch v0

OK.

Because native progress bar on Mac is animated, we should skip this test on Mac.
Comment 3 Hajime Morrita 2010-06-28 04:22:19 PDT
Committed r61993: <http://trac.webkit.org/changeset/61993>
Comment 4 WebKit Review Bot 2010-06-28 04:59:35 PDT
http://trac.webkit.org/changeset/61993 might have broken Qt Linux Release