servo/tests/wpt/harness/wptrunner/testharness_runner.html
James Graham 168b81773e Put a copy of the wptrunner harness in-tree.
This is the same configuration as gecko and is convenient for making changes compared
to using releases from pypi
2015-04-03 23:28:51 +01:00

6 lines
95 B
HTML

<!doctype html>
<title></title>
<script>
var timeout_multiplier = 1;
var win = null;
</script>