diff options
Diffstat (limited to 'layout/base/crashtests/1425893.html')
-rw-r--r-- | layout/base/crashtests/1425893.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/layout/base/crashtests/1425893.html b/layout/base/crashtests/1425893.html new file mode 100644 index 0000000000..913810b4cd --- /dev/null +++ b/layout/base/crashtests/1425893.html @@ -0,0 +1,6 @@ +<!doctype html> +<a id="link" href=""></a> +<script> +document.body.offsetTop; +link.appendChild(document.createElement("fieldset")); +</script> |