<!DOCTYPE html>
<script src="../../../resources/testdriver.js"></script>
<script src="../../../resources/testdriver-vendor.js"></script>
<script src='../../../fast/forms/resources/picker-common.js'></script>
<input type='color' style="visibility: hidden;">
<script>
window.onload = openPickerAppearanceOnly(document.querySelector('input'));
</script>