blob: 7c4b0daf1e2b75169b0a61f56052523bba390c00 [file] [log] [blame]
<!DOCTYPE html>
<p>There should be three vertical lines below.</p>
<div style="height:50px;">
<div style="float:left; height:100%; width:50px; padding-right:3px; border-right:3px solid;"></div>
<div style="float:left; height:100%; width:50px; padding:0 3px; border-right:3px solid;"></div>
<div style="float:left; height:100%; width:50px; padding:0 3px; border-right:3px solid;"></div>
</div>