mirror of
https://github.com/servo/servo
synced 2026-05-02 20:32:02 +02:00
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
This commit is contained in:
9
tests/wpt/harness/test/testdata/testharness/testharness_long_timeout.html
vendored
Normal file
9
tests/wpt/harness/test/testdata/testharness/testharness_long_timeout.html
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<!doctype html>
|
||||
<title>testharness.js test with long timeout</title>
|
||||
<meta name=timeout content=long>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<script>
|
||||
var t = async_test("Long timeout test");
|
||||
setTimeout(t.step_func_done(function() {assert_true(true)}), 15*1000);
|
||||
</script>
|
||||
Reference in New Issue
Block a user