Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /html/semantics/forms/the-input-element/invalid-datalist-options-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<input max="0" list="ticks" type="range">
<datalist id="ticks">
<option value="0"></option>
</datalist>