summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text/lineheight-percentage-1.html
blob: fcf64b8810395f303b9d5e2bcec3b7c948cd22ed (plain)
1
2
3
4
5
6
<!DOCTYPE html>
<body style="font-size: 50px">
<p style="line-height: 41%">
<script>
document.write(window.getComputedStyle(document.getElementsByTagName("p")[0], "").lineHeight);
</script>