blob: 6153bc98ae0534573817663c232fb4dbadf10116 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<link rel="help" href="https://www.w3.org/TR/css-break-3/#possible-breaks">
<link rel="match" href="monolithic-overflow-024-print-ref.html">
<link rel="stylesheet" href="/fonts/ahem.css">
<style>
@page {
size: 100px;
margin: 0;
}
body {
margin: 0;
font: 60px/200px Ahem;
}
</style>
x x x
|