Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/pagination/reftest.list
<!DOCTYPE html>
<html class="reftest-paged">
<head>
<meta charset="utf-8">
</head>
<body>
<div style="page-break-after: always;">test1</div>
<div>
<div>
<table>
<tr>
<td>
<h1>test2</h1>
</td>
</tr>
</table>
</div>
</div>
</body>
</html>