summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/WebIDL/ecmascript-binding/es-exceptions/constructor-object.html
blob: ddb40f4ddeab57f3869c1137d416fa0173680e0f (plain)
1
2
3
4
5
6
7
8
9
10
11
<!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>