18 <script src=
"../../../resources/check-layout.js"></script>
19 <p> Checkboxes and radio boxes are replaced elements, so they should avoid floats.
</p>
20 <div id=
"float"></div>
21 <input type=
"checkbox" data-offset-x=
100 />
22 <input type=
"radio" data-offset-x=
100 />
24 onload=function() { checkLayout('input'); }