Source code

Revision control

Copy as Markdown

Other Tools

<!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>