diff options
Diffstat (limited to 'layout/base/crashtests/56746-1.html')
-rw-r--r-- | layout/base/crashtests/56746-1.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/layout/base/crashtests/56746-1.html b/layout/base/crashtests/56746-1.html new file mode 100644 index 0000000000..83215467db --- /dev/null +++ b/layout/base/crashtests/56746-1.html @@ -0,0 +1,16 @@ +<html>
+<head>
+<title>Example 8</title>
+</head>
+<body>
+<FORM METHOD="GET" ACTION="" NAME="searchform">
+ <BUTTON type=submit >
+ <table>
+ <tr>
+ <td>CELL 1</td>
+ </tr>
+ </table>
+ </BUTTON>
+</FORM>
+</body>
+</html>
|