Index: third_party/WebKit/LayoutTests/ballista/share-error.html |
diff --git a/third_party/WebKit/LayoutTests/ballista/share-error.html b/third_party/WebKit/LayoutTests/ballista/share-error.html |
deleted file mode 100644 |
index 1069836c1af9d1aeedddeb89fbed38b73f65bf63..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/ballista/share-error.html |
+++ /dev/null |
@@ -1,15 +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', 'error from browser'); |
- return promise_rejects( |
- t, new DOMException('error from browser', 'AbortError'), |
- navigator.actions.share('the title', 'the message')); |
-}, 'share with browser-side error'); |
- |
-</script> |