Changeset 266151 in webkit for trunk/LayoutTests/fast/web-share/share.html
- Timestamp:
- Aug 25, 2020, 3:46:16 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/fast/web-share/share.html
r264834 r266151 18 18 { 19 19 document.getElementById("target").addEventListener("click", () => { 20 navigator.share({ title: "Example Page", url: " url", text: "text" }).then((result) => {20 navigator.share({ title: "Example Page", url: "", text: "text" }).then((result) => { 21 21 write("PASS: Share sheet invoked."); 22 22 testRunner.notifyDone();
Note:
See TracChangeset
for help on using the changeset viewer.