blob: d19b0b073e39a8fe9c6a398b58696ad3dd99b0f0 [file] [log] [blame]
<!DOCTYPE html>
<script src="../resources/testharness.js"></script>
<script src="../resources/testharnessreport.js"></script>
<script>
test(() => {
assert_false("prototype" in document.appendChild,
"WebIDL operation functions should not have a prototype property.");
});
</script>