blob: 2dbf402c05e85161dcfd19231c1de8529060716d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!DOCTYPE html>
<html>
<style>
body {
background: green;
color: blue;
width: 1000px;
height: 1000px;
}
</style>
<body>
Should be blue on green if body's full size (including scrollbars) >= 795x595px.
</body>
|