Index: third_party/WebKit/LayoutTests/webshare/share-error.html |
diff --git a/third_party/WebKit/LayoutTests/webshare/share-error.html b/third_party/WebKit/LayoutTests/webshare/share-error.html |
index a59ffc6691805f1466d10d00c51f30774e5d647d..cc6474f18c564fc1c70e1595b493def72ceabf4e 100644 |
--- a/third_party/WebKit/LayoutTests/webshare/share-error.html |
+++ b/third_party/WebKit/LayoutTests/webshare/share-error.html |
@@ -6,10 +6,10 @@ |
<script> |
share_test((t, mock) => { |
- mock.pushShareResult('the title', 'the message', 'data:the url', 'error from browser'); |
+ mock.pushShareResult('the title', 'the message', 'error from browser'); |
return callWithKeyDown(() => promise_rejects( |
t, new DOMException('error from browser', 'AbortError'), |
- navigator.share({title: 'the title', text: 'the message', url: 'data:the url'}))); |
+ navigator.share({title: 'the title', text: 'the message'}))); |
}, 'share with browser-side error'); |
</script> |