Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/bugs/reftest.list
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
span#ib { display: inline-block; vertical-align: text-bottom; }
span#ib span { float:left }
</style>
</head>
<body>
<table border><tr><td>
<p>x<span id="ib"><span>test</span></span>x</p>
</td></tr></table>
</body>
</html>