blob: 1eff0fbc276e79b49cb48868c08106a66cbb7a0e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!DOCTYPE html>
<html reftest-print-range="2-2">
<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>
|