summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/rendering/non-replaced-elements/tables/table-row-pagination-002-print-ref.html
blob: 91400fcc1eafa8ab86a8254154c80286fca0cf2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<style>
@page { size:5in 3in; margin:0.5in; }
</style>
</head>
<body>
  <div style="height:3in">Tall div. (Scroll to end.)</div>
  <div>IS THIS TEXT VISIBLE IN PRINT PREVIEW?</div>
  <div>[clear:left]</div>
</body>
</html>