Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/text/reftest.list
<!DOCTYPE html>
<body style="font-size: 50px">
<p style="line-height: 41%">
<script>
document.write(window.getComputedStyle(document.getElementsByTagName("p")[0]).lineHeight);
</script>