Add more structure constructor tests.
[piglit/hramrach.git] / templates / result.html
blobd6167e7b08e604a9355a7b8db0e50a978d0095bc
1 <html>
2 <head>
3 <title>%(path)s - Details</title>
4 <link rel="stylesheet" href="../result.css"/>
5 </head>
6 <body>
7 <h1>Results for %(path)s</h1>
8 <h2>Overview</h2>
9 <p>
10 <b>Status:</b> %(status)s<br/>
11 <b>Result:</b> %(result)s<br/>
12 </p>
13 <p>
14 <a href="../index.html">Back to summary</a>
15 </p>
16 <h2>Details</h2>
17 <table>
18 <tr class="head">
19 <th>Detail</th>
20 <th>Value</th>
21 </tr>
22 %(details)s
23 </table>
24 <p>
25 <a href="../index.html">Back to summary</a>
26 </p>
27 </body>
28 </html>