blob: 0ac5ba46a3305f6fbc63dd8d1fc7496034da9afe [file] [log] [blame]
<!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>