blob: ad812f2cf769e037c6cfffa00099083cc1cf98ed [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>CSS Test: Reference Test</title>
<link rel="author" title="WebKit" href="http://webkit.org/">
<link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats">
<style type="text/css">
body { width: 400px; background: white}
</style>
</head>
<body>
<p>There should be two black boxes below.</p>
<div style="display: inline-block; width: 40px; height: 40px; background: black;"></div>
<div style="display: inline-block; margin-left: 36px; margin-bottom: -1px; width: 40px; height: 20px; background: black;"></div>
</body></html>