blob: 4233bac5c06258603e02fd317eee8b767885c7a8 (
plain)
1
2
3
4
5
6
7
8
9
|
<!DOCTYPE html>
<html>
<link rel="match" href="page-name-float-001-print-ref.html"/>
<link rel="help" href="https://www.w3.org/TR/css-page-3/#using-named-pages"/>
<body>
<div style="page: a; float: left;">a</div>
<div style="page: b">b</div>
</body>
</html>
|