summaryrefslogtreecommitdiffstats
path: root/layout/reftests/printing/test-print-range-complex.html
blob: 6d829e66706edcaefc8a4e51863335b9afc237cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html reftest-print-range="2-2,4-5">
<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 not be here</p>
  <p>This text should appear on page 2</p>
  <p>This text should appear on page 3</p>
  <p>This text should not be here</p>
</body>
</html>