summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/402338-1.html
blob: ba5f6b564281a9ae37271cde67c0d2b4f667d51f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!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>