Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/bugs/reftest.list
<!DOCTYPE html>
<script>
onload = function() {
var height = document.body.offsetHeight; // Flush layout
document.querySelector("select").style.color = "green";
}
</script>
<select multiple
style="display: list-item; list-style-position: inside; color: red">
<option>Bullet should be green</option>
</select>