summaryrefslogtreecommitdiffstats
path: root/tests/webkitwidgets/qwebframe/resources/testiframe2.html
blob: 483e94e1dec8925c8a7cb020589e47048b78fd21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html>
<head>
<title></title>
<style type="text/css">
<!--
#content {
  background: #fff;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 800px;
  height: 800px;
}
-->
</style>
</head>
<body>
<div id="content"> </div>
</body>
</html>