Skip to content

Instantly share code, notes, and snippets.

@bobsilverberg
Created April 18, 2012 13:44
Show Gist options
  • Save bobsilverberg/2413642 to your computer and use it in GitHub Desktop.
Save bobsilverberg/2413642 to your computer and use it in GitHub Desktop.
Test case for css selector bug
<html>
<head>
<title>Select css selector bug</title>
</head>
<body>
<form name="test">
<select name="multi" id="multi" multiple="multiple">
<option selected="selected" value="eggs">Eggs</option>
<option value="ham">Ham</option>
<option selected="selected" value="sausages">Sausages</option>
<option value="onion gravy">Onion gravy</option>
</select>
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment