blob: db5165197bace98433eb7291c7aed03071f5a6df [file] [log] [blame]
<!DOCTYPE html>
<script src="../resources/testharness.js"></script>
<script src="../resources/testharnessreport.js"></script>
<script>
test(function() {
assert_true('contacts' in navigator,
'navigator.contacts exists in navigator.');
assert_true('ContactInfo' in window,
'ContactInfo exists in window.');
}, 'navigator.contacts IDL test');
</script>