tenfourfox/layout/reftests/bugs/428423-1-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

11 lines
254 B
HTML

<html>
<head><style>
.float { float: left } /* Just using for shrink-wrapping */
.orange { background: orange }
</style></head>
<body>
The orange box should only be as wide as its text.<br>
<div class="float orange">foo</div>
</body>
</html>