| Index: third_party/WebKit/LayoutTests/webshare/share-types.html
|
| diff --git a/third_party/WebKit/LayoutTests/webshare/share-types.html b/third_party/WebKit/LayoutTests/webshare/share-types.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..fb593e081cd24746d12a981cd7748d9fc640fafd
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/webshare/share-types.html
|
| @@ -0,0 +1,13 @@
|
| +<!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 navigator.share(384957, {});
|
| +}, 'share of types other than string (expect implicitly converted to string)');
|
| +
|
| +</script>
|
|
|