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

19 lines
310 B
HTML

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