summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/forms/the-input-element/large-step-crash.html
blob: 6c7d57754664410aa220a2c4f8fbc1d4258c3b94 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<link rel=help href="https://bugs.chromium.org/p/chromium/issues/detail?id=1310229">
<script>
const input = document.createElement('input');
input.type = 'range';
input.max =  "06146014076123948948236985915694585937453938739248525313667193356954648912174625325457686181245605159230507050382951965923880139416566171456307667108838599671206701390275757535304375074544995161254818024615";
input.step = "55244276720723476767813103100759083382064508394993167470137";
input.stepUp();
</script>