Bug 40823 - <progress> should be styled with -webkit-progress-bar-value
Summary: <progress> should be styled with -webkit-progress-bar-value
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Hajime Morrita
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-18 03:58 PDT by Hajime Morrita
Modified: 2010-06-28 04:59 PDT (History)
3 users (show)

See Also:


Attachments
a repro; it should be styled, but it isn't. (175 bytes, text/html)
2010-06-18 03:58 PDT, Hajime Morrita
no flags Details
patch v0 (49.10 KB, patch)
2010-06-22 01:02 PDT, Hajime Morrita
tkent: review+
tkent: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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