tracks/vendor/plugins/selenium-on-rails/test_data/own_layout.html
2008-05-20 21:28:26 +01:00

12 lines
307 B
HTML

<html>
<head>
<title>Test case with own layout</title>
<style type="text/css"> body { background-color: #ccc; } </style>
</head>
<body>
<table>
<tr><th colspan="3">Test own layout</th></tr>
<tr><td>open</td><td>/selenium/setup</td><td>&nbsp;</td></tr>
</table>
</body>
</html>