diff options
Diffstat (limited to 'dom/base/crashtests/697643.html')
-rw-r--r-- | dom/base/crashtests/697643.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dom/base/crashtests/697643.html b/dom/base/crashtests/697643.html new file mode 100644 index 000000000..093e02ada --- /dev/null +++ b/dom/base/crashtests/697643.html @@ -0,0 +1,5 @@ +<script> + +document.createElementNS('http://www.w3.org/1999/xhtml', 'select').options[0] = {}; + +</script> |