19 lines
330 B
HTML
19 lines
330 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Testcase for bug 1619370</title>
|
|
<style>
|
|
#content {
|
|
background-color: green;
|
|
width: 100px;
|
|
height: 100px;
|
|
position: fixed;
|
|
top: 495px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="content"></div>
|
|
</body>
|
|
</html>
|