blob: e2a99a667442f7a832d6fb9636948f7bc8136fee [file] [log] [blame]
cdumez@apple.comd2ee28f2014-11-21 19:01:46 +00001<!DOCTYPE html>
2<html>
3<head>
4<style>
5.rect {
6 background-color: grey;
7 width: 190px;
8 height: 40px;
9 position: absolute;
10 top: 55px;
11 left: 55px;
12}
13</style>
14</head>
15<body>
16<p>This should be a grey rectangle.</p>
17
18<div class="rect"></div>
19</body>
20</html>