summaryrefslogtreecommitdiffstats
path: root/layout/reftests/printing/test-print-single-page-noref.html
blob: 81edd9511ca9689817c7a4a488d2fa87dd70abf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <link href="print.css" rel="stylesheet">
</head>
<body>
  <p>This text should appear on page 1</p>
  <p>There shouldn't be another page</p>
</body>
</html>