mirror of
https://github.com/servo/servo
synced 2026-05-03 04:42:17 +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:
7
tests/wpt/harness/test/testdata/testharness/testharness_error.html
vendored
Normal file
7
tests/wpt/harness/test/testdata/testharness/testharness_error.html
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
<!doctype html>
|
||||
<title>testharness.js test that should error</title>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<script>
|
||||
undefined_function()
|
||||
</script>
|
||||
Reference in New Issue
Block a user