# HG changeset patch # User Nicholas Jillings # Date 1450370888 0 # Node ID af6cfa619c2498f7ef5a915fd4fb92cd5e29a964 # Parent 946f8b4762ad3eefb2fcbb2c1a1a65bd86c36b3b Browser GET support. In the project URL, you can select the test page to load by using http://server.com/index.html?url=server/path/to/project.xml diff -r 946f8b4762ad -r af6cfa619c24 index.html --- a/index.html Thu Dec 17 16:38:52 2015 +0000 +++ b/index.html Thu Dec 17 16:48:08 2015 +0000 @@ -23,14 +23,26 @@ window.onbeforeunload = function() { return "Please only leave this page once you have completed the tests. Are you sure you have completed all testing?"; }; - - - -