blob: 0684dd9f18b6fc31a1f39b93c20abbbff5578612 [file] [log] [blame]
<!DOCTYPE html>
<html><body>
There should be a blue block at the center of a black border.<br>
<div style="border: solid 5px black; display: inline-block">
<div style="float: left; margin: 50px; width: 50px; height: 50px; background-color: blue;">
</div>
</div>
</body></html>