gecko-dev/layout/reftests/text/lineheight-percentage-1.html

7 строки
190 B
HTML

<!DOCTYPE html>
<body style="font-size: 50px">
<p style="line-height: 41%">
<script>
document.write(window.getComputedStyle(document.getElementsByTagName("p")[0], "").lineHeight);
</script>