arb_framebuffer_object: add missing MSAA alpha-to-coverage and alpha-to-one tests
[piglit.git] / templates / empty_status.mako
blob5f31431a63581f66798e77fe26a2d5b65f929049
1 <!DOCTYPE html>
2 <html lang="en">
3   <head>
4     <meta charset="UTF-8">
5     <title>Result summary</title>
6     <link rel="stylesheet" href="status.css">
7   </head>
8   <body>
9     <h1>Result summary</h1>
10     <p>Currently showing: ${page}</p>
11     <p>Show:
12       ## Index is a logical choice to put first, it will always be a link
13       ## and we don't want in preceded by a |
14       <a href="index.html">index</a>
15       % for i in pages:
16         % if i == page:
17           | ${i}
18         % else:
19           | <a href="${i}.html">${i}</a>
20         % endif
21       % endfor
22     </p>
23     <h1>No ${page}</h1>
24   </body>
25 </html>