# HG changeset patch # User Nicholas Jillings # Date 1450370888 0 # Node ID cbd4d1ea429af831b07f3fae8f07eb6c8f87274a # Parent 418bfb7d18edb6b401d8b7c016547f0f6d3df7df 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 418bfb7d18ed -r cbd4d1ea429a 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?"; }; - - - -