summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/1560328.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/base/crashtests/1560328.html')
-rw-r--r--layout/base/crashtests/1560328.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/layout/base/crashtests/1560328.html b/layout/base/crashtests/1560328.html
new file mode 100644
index 0000000000..358db83ddc
--- /dev/null
+++ b/layout/base/crashtests/1560328.html
@@ -0,0 +1,12 @@
+<html>
+ <head>
+ <title></title>
+ <script>
+ </script>
+ <style>
+ </style>
+ </head>
+ <body>
+ <iframe srcdoc="<script>var c = 0; document.addEventListener('readystatechange', function(e) { if(document.readyState = 'complete') { if (++c == 2) { window.frameElement.remove(); } } });</script>"></iframe>
+ </body>
+</html>