servo/tests/ref/negative_margins_b.html
2014-09-08 20:21:42 -06:00

25 lines
381 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>You see here a scroll labeled JUYED AWK YACC.</title>
<style>
* {
line-height: 14px;
}
#a {
position: relative;
}
#b {
position: absolute;
top: 0;
left: 0;
right: 0;
}
</style>
</head>
<body>
<div id=a>Here lies the body of Jonathan Blake.
<div id=b>Stepped on the gas instead of the brake.</div></div>
</body>
</html>