Skip to content

Instantly share code, notes, and snippets.

@exohuman
exohuman / chrome-select-box-bug.html
Created May 30, 2013 14:40
Chrome select box bug
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<select class="test">
<option value="1">Option 1</option>
<option value="2">Option 2</option>
</select>