[Webkit-unassigned] [Bug 57818] [Chromium]Change menu list background fallback value to transparent to work background:none for HTML select tag.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 6 11:06:10 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=57818





--- Comment #3 from Eric Seidel <eric at webkit.org>  2011-04-06 11:06:10 PST ---
(From update of attachment 88187)
View in context: https://bugs.webkit.org/attachment.cgi?id=88187&action=review

Ideally test cases shoudl be reduced as much as possible.

> LayoutTests/fast/forms/select-background-none.html:1
> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

Not needed (or really wanted).

> LayoutTests/fast/forms/select-background-none.html:13
> +<html xmlns="http://www.w3.org/1999/xhtml">
> +<head>
> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
> +<style type="text/css">
> +body{
> +	background:#666;
> +}
> +.test{
> +	background:none;
> +}
> +</style>
> +</head>

Most of this isn't needed.

> LayoutTests/fast/forms/select-background-none.html:19
> +  <option>2</option>
> +  <option>3</option>
> +  <option>4</option>

Only really need one.

-- 
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