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("details").style.color = "green";
}
</script>
<details open
style="display: list-item; list-style-position: inside; color: red">
Bullet should be green.
</details>