Description
In following test, checkbox indicator is centered in other borwsers, but QtWebKit paints it on the left side. This issue affects Inspector UI, part .
<style> div { width: 110px; height: 110px; background-color: #ee8abb; } #big_input { width: 100px; } </style> <div> <input id="big_input" type="checkbox" checked> </div>