diff options
Diffstat (limited to '')
-rw-r--r-- | layout/generic/crashtests/1506306.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/layout/generic/crashtests/1506306.html b/layout/generic/crashtests/1506306.html new file mode 100644 index 0000000000..0296c3e25f --- /dev/null +++ b/layout/generic/crashtests/1506306.html @@ -0,0 +1,8 @@ +<script> +function go() { + document.linkColor = "0"; +} +</script> +<body onload=go()> +<li style="columns: 1px"> +<title style="column-span: all; display: table">A</title> |