tenfourfox/testing/web-platform/tests/WebIDL/ecmascript-binding/es-exceptions/constructor-object.html

12 lines
330 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!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>