summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text/lineheight-percentage-1.html
blob: 346ef24314aedc304fd0afa720d3d26c2b1357bd (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>