summaryrefslogtreecommitdiffstats
path: root/layout/reftests/printing/test-print-range.html
blob: 7736db6da4543537e21cd9a36bc8b9a1ab5239be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html reftest-print-range="2-3">
<head>
  <meta charset="utf-8">
  <link href="print.css" rel="stylesheet">
</head>
<body>
  <p>This text should not be here</p>
  <p>This text should appear on page 1</p>
  <p>This text should appear on page 2</p>
  <p>This text should not be here</p>
</body>
</html>