blob: ac183c28993acd9e8d46da47c17901b1feb97baf [file] [log] [blame]
<!DOCTYPE html>
<script src="../resources/testharness.js"></script>
<script src="../resources/testharnessreport.js"></script>
<script src="../resources/mojo-helpers.js"></script>
<script src="resources/mock-share-service.js"></script>
<script>
share_test((t, mock) => {
mock.pushShareResult('384957', '[object Object]', '', null);
return callWithKeyDown(() => navigator.share({title: 384957, text: {}}));
}, 'share of types other than string (expect implicitly converted to string)');
</script>