Mozilla/mozilla/layout/reftests/bugs/18217-zorder-ref-inline-table.html
dbaron%dbaron.org 7f3692f78e Tweak tests that could fail if antialiased text sticks a little bit out of its bounding box. b=372072
git-svn-id: svn://10.0.0.236/trunk@221114 18797224-902f-48f8-a5cc-f745e15eee43
2007-02-28 23:46:16 +00:00

13 lines
338 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Testcase for inline-table (bug 18217)</title>
<style type="text/css">
span { display: inline-table; vertical-align: top; background: green; color: green; border-bottom: 0.25em solid green; border-top: 0.25em solid green; }
</style>
</head>
<body>
<div><span>&nbsp;x&nbsp;</span></div>
</body>
</html>