# HG changeset patch # User Nicholas Jillings # Date 1450370888 0 # Node ID eacd258d0ecd01a22074d0d0264b72d215bdd0e2 # Parent 5c43c9e71be98160d51317bf2baa58d692ac0ead 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 5c43c9e71be9 -r eacd258d0ecd 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?"; }; - - - -