Open
Description
Js-test uses the standard script tag to load test modules into browser. This brings uncertainty as some browsers load and execute the script tags asynchronously without adhering to the declaration order.
See http://stackoverflow.com/questions/8996852/load-and-execute-order-of-scripts
The load system should be fixed such that the load order is predictable!