blob: ddb40f4ddeab57f3869c1137d416fa0173680e0f [file] [log] [blame]
<!doctype html>
<meta charset=utf-8>
<title>DOMException constructor and prototype object</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src=constructor-object.js></script>
<div id="log"></div>
<script>
setup({ explicit_done: true })
run_test()
</script>