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

13 lines
250 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<style>
span { display:inline-block; outline:2px solid blue; }
b { display:inline-block; }
</style>
</head>
<body>
<div><span><b style="display:inline-block; width:100px;height:100px;">H</b></span></div>
</body>
</html>