Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/bugs/reftest.list
<html>
<head>
<style>
table {border-collapse: collapse;
border-bottom: 300px solid orange}
div {width:10px; height: 10px; border:thin green solid;}
td {padding:0px;}
</style>
</head>
<table><tr><td><div></div></td></tr></table>
<div></div>
</html>