blob: f62a3c6676925e16c7b862cfb27e0db80c649316 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
testRunner.waitUntilDone();
</script>
<script src='../../../fast/forms/resources/picker-common.js'></script>
</head>
<body>
<input type='color' id='color' list>
<script>
openPickerAppearanceOnly(document.getElementById('color'), () => testRunner.notifyDone());
</script>
</body>
</html>