summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/harness/test/testdata/testharness/testharness_error.html
blob: 0ac5ba46a3305f6fbc63dd8d1fc7496034da9afe (plain)
1
2
3
4
5
6
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>