mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-06 09:29:35 +00:00
21 lines
246 B
HTML
21 lines
246 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Testcase for bug 770629</title>
|
|
<style>
|
|
|
|
div {
|
|
position: absolute;
|
|
left: 125px;
|
|
width: 50px;
|
|
height: 100px;
|
|
background: blue;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div></div>
|
|
</body>
|
|
</html>
|