blob: 03f99d307097af3b951327ed5a90e9d60e913aa0 [file] [log] [blame]
<!DOCTYPE html>
<script src="../../../resources/testharness.js"></script>
<script src="../../../resources/testharnessreport.js"></script>
<div style="-webkit-appearance:menulist;"></div>
<div style="-webkit-appearance:menulist-button;"></div>
<script>
test(() => {
document.body.offsetBottom;
}, 'Check if menulist/menulist-button on neither SELECT nor INPUT does not crash');
</script>