--- a/test-suite/index.html Fri Aug 02 13:59:36 2013 -0700
+++ b/test-suite/index.html Fri Aug 02 14:20:47 2013 -0700
@@ -18,7 +18,7 @@
<script id="manifest" tile="application/ld+json" src="manifest.jsonld"></script>
<script id="manifest-template" type="text/x-handlebars-template">
<section>
- <h3>{{name}}</h3>
+ <h3><a href="tests/{{name}}-manifest.jsonld">{{name}}</a> tests</h3>
<p>{{description}}</p>
<dl class="test-description">
{{#each sequence}}
@@ -28,6 +28,12 @@
<div>Purpose: {{this.purpose}}</div>
{{/if}}
<div>Test input: <a href="{{this.input}}">{{this.input}}</a></div>
+ {{#if this.context}}
+ <div>Context: <a href="{{this.context}}">{{this.context}}</a></div>
+ {{/if}}
+ {{#if this.frame}}
+ <div>Frame: <a href="{{this.frame}}">{{this.frame}}</a></div>
+ {{/if}}
<div>Expected output: <a href="{{this.input}}">{{this.input}}</a></div>
</dd>
{{/each}}