The bug happens in the webkit gtk +3, option even if the element with the attribute display: none; still visible example: <select> <option value="1">Visible</option> <option style="display: none;" value="0">Hidden</option> </select>
*** This bug has been marked as a duplicate of bug 8351 ***