13 lines
317 B
HTML
13 lines
317 B
HTML
<!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>
|