diff options
Diffstat (limited to '')
-rw-r--r-- | layout/tables/crashtests/138725-1.html | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/layout/tables/crashtests/138725-1.html b/layout/tables/crashtests/138725-1.html new file mode 100644 index 0000000000..8fe5721cca --- /dev/null +++ b/layout/tables/crashtests/138725-1.html @@ -0,0 +1,32 @@ +<html> + <body> + <table> + <tr> + <td> + <span> + <span> + <head> + <title></title> + </head> + <table> + <tr> + <td> + <table align="left"> + <tr> + <td> + <form> + <input type="submit" value="ApplyForThisPosition"> + </form> + </td> + </tr> + </table> + </td> + </tr> + </table> + </span> + </span> + </td> + </tr> + </table> + </body> +</html> |