| Index: third_party/WebKit/LayoutTests/ballista/share-success.html
|
| diff --git a/third_party/WebKit/LayoutTests/ballista/share-success.html b/third_party/WebKit/LayoutTests/ballista/share-success.html
|
| deleted file mode 100644
|
| index 827cb17bd9762697b3099c80da920857643b2799..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/ballista/share-success.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('the title', 'the message', null);
|
| - return navigator.actions.share('the title', 'the message');
|
| -}, 'successful share');
|
| -
|
| -</script>
|
|
|