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/large-step-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<script>
const input = document.createElement('input');
input.type = 'range';
input.max = "06146014076123948948236985915694585937453938739248525313667193356954648912174625325457686181245605159230507050382951965923880139416566171456307667108838599671206701390275757535304375074544995161254818024615";
input.step = "55244276720723476767813103100759083382064508394993167470137";
input.stepUp();
</script>