tenfourfox/layout/reftests/text/lineheight-percentage-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

7 lines
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>