Added link to test runner.
authorbhill2
Thu, 02 May 2013 14:20:05 -0700
changeset 93 10396dee75e8
parent 92 506a4ed26fdd
child 94 eb112c0fe3d8
Added link to test runner.
vm/index.html
--- a/vm/index.html	Thu Mar 07 10:57:29 2013 -0800
+++ b/vm/index.html	Thu May 02 14:20:05 2013 -0700
@@ -32,6 +32,8 @@
 
     <p>This is a virtual machine to help develop tests for the WebAppSec WG's specs.  If you're not viewing this in the VM, you can get a copy here: <a href="about:blank">link</a>.  It is an Ubuntu system that runs in <a href="https://www.virtualbox.org/">Oracle VirtualBox.</a> The username/passwword is webappsec/webappsec.</p>
 
+     <p> Go to the <a href="http://w3c-test.org/webappsec/tests/testRunner/">Test Runner</a>.</p>
+
     <h2>Why use this VM?</h2>
     <p>Many W3C recommendations can be tested in a purely browser enviornment.  Lucky them.  If your spec has dependencies on the Same Origin Policy, does server side work, cross-origin work, or depends on HTTP headers, you probably need a server.</p>