[Webkit-unassigned] [Bug 33622] <SELECT> doesn't properly render with -webkit-gradient
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Dec 20 04:07:51 PST 2013
https://bugs.webkit.org/show_bug.cgi?id=33622
gur.trio at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |gur.trio at gmail.com
--- Comment #2 from gur.trio at gmail.com 2013-12-20 04:05:53 PST ---
(In reply to comment #1)
> Below is a test case.
>
>
>
> <!DOCTYPE HTML>
> <html>
> <head>
> <style>
> body{
> background-color: yellow;
> }
>
> * {
> border-color: green;
> color: blue;
> }
>
> select, input{
> background-color: red;
>
> background-image: repeating-linear-gradient(45deg, grey, grey 3px, orange 3px, orange 6px);
> background-image: -moz-repeating-linear-gradient(45deg, grey, grey 3px, orange 3px, orange 6px) !important;
> background-image: -webkit-repeating-linear-gradient(45deg, grey, grey 3px, orange 3px, orange 6px) !important;
> }
> </style>
> <title>Test CSS</title>
> </head>
> <body>
> <select name="test1">
> <option selected>I should have a cool gradient.</option>
> <option>Banana Gum</option>
> </select>
> <input type="text" name="test2" value="123">
> </body>
> </html>
Working fine on chrome Version 31.0.1650.63 and webkit revision 160903.
Please confirm so that we can close this issue.
--
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