diff options
Diffstat (limited to '')
-rw-r--r-- | dom/base/crashtests/1324500.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dom/base/crashtests/1324500.html b/dom/base/crashtests/1324500.html new file mode 100644 index 0000000000..83072c9bd1 --- /dev/null +++ b/dom/base/crashtests/1324500.html @@ -0,0 +1,4 @@ +<script> +setTimeout(function(){document.getElementById('id0510').removeAttribute('max');}, 46); +</script> +<input id='id0510'type='range'max=765> |