gecko-dev/layout/reftests/bugs/1375315-7.html

11 строки
288 B
HTML

<!DOCTYPE html>
<script>
onload = function() {
var height = document.body.offsetHeight; // Flush layout
document.querySelector("legend").style.color = "green";
}
</script>
<fieldset>
<legend style="display: list-item; color: red">Bullet should be green</legend>
</fieldset>