| <html> | |
| <head> | |
| <script> | |
| if (window.testRunner) | |
| testRunner.dumpAsText(); | |
| </script> | |
| <style> | |
| body :after { | |
| content: "."; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <p>This test should load without crashing. It checks that generated | |
| content in tables is initialized properly.</p> | |
| <table style="border-collapse: collapse;"> | |
| <tr> | |
| <td><input type="text"></td> | |
| <td><input type="submit"></td> | |
| </tr> | |
| </table> | |
| </body> | |
| </html> |