Files
servo/tests/wpt/web-platform-tests/WebIDL/ecmascript-binding/es-exceptions/constructor-object.html

12 lines
330 B
HTML

<!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>