diff options
Diffstat (limited to 'layout/generic/crashtests/883514-2.html')
-rw-r--r-- | layout/generic/crashtests/883514-2.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/layout/generic/crashtests/883514-2.html b/layout/generic/crashtests/883514-2.html new file mode 100644 index 0000000000..2401b79520 --- /dev/null +++ b/layout/generic/crashtests/883514-2.html @@ -0,0 +1,15 @@ +<html> +<body> + <ul style="width: 600px; column-count: 13"> + <li> + <table></table> + <button></button> + <form style="float: left"> + <button> + <ol><li></li></ol> + </button> + </form> + </li> + <li> + <div></div> + <img style="float: left"> |