OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <style> | |
3 #cell { width:200px; height: 50px; margin:0; border:none; background:green; } | |
4 </style> | |
5 <p>crbug.com/515771: Form elements with a table cell display should not allow wh itespace between them. </p> | |
6 <p>There should only be green below.</p> | |
7 <div style="display:table;"> | |
8 <div id="cell"></div> | |
9 </div> | |
OLD | NEW |