Bug 83932
| Summary: | select option tag ignore background-image css property | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | info |
| Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Minor | CC: | dstockwell |
| Priority: | P3 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
| URL: | http://lab.artlung.com/form-image-background/ | ||
info
The option html tag don't apply background-image css property.
The expected behavior is to add background-image on a line of select control.
Exemple :
<select>
<option style="background-image: url(icon1.png);"> Element 1</option>
<option style="background: url(icon2.png) no-repeat top left;"> Element 2 </option>
</select>
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
dstockwell
*** This bug has been marked as a duplicate of bug 9846 ***