Revision c18d546c68ddc4075186ae602ec9de5310ce01aa authored by Robert Ma on 21 March 2018, 18:44:32 UTC, committed by Robert Ma on 21 March 2018, 18:44:32 UTC
The previous commit introduced a regression because base_url was changed
to insecure HTTP. This commit fixes the problem.
1 parent 6668ff3
Raw File
testharness_runner.html
<!doctype html>
<title></title>
<script>
var timeout_multiplier = 1;
var win = null;
</script>
back to top