Mozilla/mozilla/layout/reftests/bugs/424236-10-ref.html
dbaron%dbaron.org aa8191ed1b Disable a small part of the fix for bug 416168 to fix a regression with outlines of certain empty inlines. b=424236 r+sr=roc a=blocking1.9+
git-svn-id: svn://10.0.0.236/trunk@249675 18797224-902f-48f8-a5cc-f745e15eee43
2008-04-06 03:55:32 +00:00

19 lines
323 B
HTML

<!DOCTYPE HTML> <!-- standards mode only! -->
<html>
<head>
<title>Testcase, overflow on empty spans</title>
<style type="text/css">
html, body { margin: 0; padding: 0.25em; }
body > div { background:aqua; }
body > div > div { margin: 0 1em; }
</style>
</head>
<body>
<div>
<div>text</div>
</div>
</body>
</html>