| Index: third_party/WebKit/LayoutTests/ballista/share-types.html
|
| diff --git a/third_party/WebKit/LayoutTests/ballista/share-types.html b/third_party/WebKit/LayoutTests/ballista/share-types.html
|
| deleted file mode 100644
|
| index 00c8c744c55e723c3e2a7a5e18d82eace2368636..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/ballista/share-types.html
|
| +++ /dev/null
|
| @@ -1,13 +0,0 @@
|
| -<!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-ballista-service.js"></script>
|
| -<script>
|
| -
|
| -ballista_test((t, mock) => {
|
| - mock.pushShareResult('384957', '[object Object]', null);
|
| - return navigator.actions.share(384957, {});
|
| -}, 'share of types other than string (expect implicitly converted to string)');
|
| -
|
| -</script>
|
|
|