mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-20 17:20:12 +01:00
13 lines
307 B
HTML
13 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> </td></tr>
|
||
|
|
</table>
|
||
|
|
</body>
|
||
|
|
</html>
|