blob: d8468e3b14dc0346f178727336572f5122b0e4bf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<style>
body {
margin: 0;
}
</style>
<div style="break-after:page;">
<div style="display:flow-root; height:1.5in;">
<p>
There should be four pages, and each one should have a green square in the
bottom right corner.
</p>
</div>
<div style="margin-left:auto; width:0.5in; height:0.5in; background:green;"></div>
</div>
<div style="break-after:page;">
<div style="height:1.5in;"></div>
<div style="margin-left:auto; width:0.5in; height:0.5in; background:green;"></div>
</div>
<div style="break-after:page;">
<div style="height:1.5in;"></div>
<div style="margin-left:auto; width:0.5in; height:0.5in; background:green;"></div>
</div>
<div style="break-after:page;">
<div style="height:1.5in;"></div>
<div style="margin-left:auto; width:0.5in; height:0.5in; background:green;"></div>
</div>
|