diff options
Diffstat (limited to 'layout/generic/crashtests/1461979-1.html')
-rw-r--r-- | layout/generic/crashtests/1461979-1.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/layout/generic/crashtests/1461979-1.html b/layout/generic/crashtests/1461979-1.html new file mode 100644 index 0000000000..3250a922d1 --- /dev/null +++ b/layout/generic/crashtests/1461979-1.html @@ -0,0 +1,13 @@ +<html> + <head> + <script> + function start () { + try { o1 = document.createElementNS('http://www.w3.org/2000/svg', 'style') } catch (e) {} + try { document.head.appendChild(o1) } catch (e) {} + try { o1.sheet.insertRule('* { padding-top:calc(439804in) }', 0) } catch (e) {} + try { o1.sheet.insertRule('* { position:absolute}', 0) } catch (e) {} + } + window.addEventListener('load', start) + </script> + </head> +</html>
\ No newline at end of file |