haikuwebkit/LayoutTests/fast/layoutformattingcontext/block-only/absolute-position-left-righ...

20 lines
418 B
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <!-- webkit-test-runner [ LayoutFormattingContextEnabled=true LayoutFormattingContextIntegrationEnabled=false ] -->
<html>
<head>
<style>
div {
position: absolute;
left: 0px;
right: 8px;
margin-left: 8px;
width: 100px;
height: 100px;
background-color: green;
}
</style>
</head>
<body>
<div></div>
</body>
</html>