gecko-dev/layout/reftests/bugs/402338-1.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
250 B
HTML
Raw Normal View History

2007-11-16 01:31:02 +00:00
<!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>