Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE>
<html>
<head>
    <meta charset="utf-8"/>
    <title>CSS Backgrounds Test:input[type="search"] background</title>
    <link rel="author" title="zhangyaodan" href="mailto:ademily@163.com"/>
    <link rel="help" href="http://www.w3.org/TR/CSS2/colors.html"/>
    <link rel="match" href=""/>
    <meta name="assert" content="input[type=search] background应该为绿色,只在safari下无色"/>
    <style>
    input[type="search"] {
        background:green;
    }
    </style>
</head>
<body>
<input type="search"/>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers