Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-page/page-name-zero-height-001-print.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<html>
<link rel="match" href="page-name-zero-height-001-print-ref.html"/>
<style>div { line-height: 1.5; }</style>
<body>
<div style="page: a">a</div>
<div style="page: b; height: 0">b</div>
<div style="page: c; height: 0; padding-left: 2em">c</div>
<div style="page: d; height: 0; padding-left: 4em">d</div>
<div style="page: e; padding-left: 6em;">e</div>
<div style="page: f">f</div>
</body>
</html>