tenfourfox/layout/reftests/floats/border-box-wrap-around-float-ref.html

12 lines
211 B
HTML
Raw Normal View History

2017-04-19 00:56:45 -07:00
<!DOCTYPE html>
<html>
<head>
<style>
img { display: block; margin-left: 200px; height: 100px; width: 100px; }
</style>
</head>
<body>
<img src="../bugs/solidblue.png">
</body>
</html>