blob: 8c61c1ec0fa189449e87968173e5877a572b00a7 [file] [log] [blame]
<html>
<head>
<title></title>
</head>
<body>
<p>
Test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=12364">http://bugs.webkit.org/show_bug.cgi?id=12364</a>
REGRESSSION (NativeListBox): Selected option's background is not clipped to the list box</i>.
</p>
<select size="4" style="height: 58px; border: 3px solid blue; padding: 3px;">
<option>one</option>
<option>two</option>
<option>three</option>
<option style="background-color: purple;">four</option>
</select>
</body>
</html>