Index: third_party/WebKit/LayoutTests/webshare/share-without-user-gesture.html |
diff --git a/third_party/WebKit/LayoutTests/webshare/share-without-user-gesture.html b/third_party/WebKit/LayoutTests/webshare/share-without-user-gesture.html |
index d69adc8155fc11014ec356907ca36400458f96f9..9e8fad717afad9f20e9af2b08bf28f438e177943 100644 |
--- a/third_party/WebKit/LayoutTests/webshare/share-without-user-gesture.html |
+++ b/third_party/WebKit/LayoutTests/webshare/share-without-user-gesture.html |
@@ -8,7 +8,7 @@ |
share_test((t, mock) => { |
return promise_rejects( |
t, new DOMException('Must be handling a user gesture to perform a share request.', 'SecurityError'), |
- navigator.share({title: 'the title', text: 'the message'})); |
+ navigator.share({title: 'the title', text: 'the message', url: 'data:the url'})); |
}, 'share without a user gesture'); |
</script> |