<!DOCTYPE html>
<p> crbug.com/669867: Inputs and radio boxes get a height of 0 when their container's height is treated as auto. There should be nothing below on Linux and Win. The theme on Mac gives them a full height.</p>
<div><input type="checkbox"><div>
<div style="display:table-cell;"><input type="checkbox"><div>
<table><tr><td><input type="checkbox"></td></tr></table>
<div><input type="radio"><div>
<div style="display:table-cell;"><input type="radio"><div>
<table><tr><td><input type="radio"></td></tr></table>