blob: 560f137bf5294b3317b89b7479f429cb82c9ecf0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<style>
body {
color: white;
margin: 0;
}
</style>
<div style="height:400vh; background:green;">
There should be four green pages.
</div>
|