You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar but different to #49301? Similar to that, the spec doesn't really seem to define this (it takes whatever the data is and sets it to that value, regardless of validity).
wpt/clipboard-apis/async-write-image-read-image.https.html
Lines 81 to 83 in 9cc1a33
navigator.clipboard.write()
is currently failing for malformed image data withNotAllowedError
in Safari.NotAllowedError
https://w3c.github.io/clipboard-apis/#dom-clipboard-writeDataError
https://github.com/web-platform-tests/wpt/blob/9cc1a33a76/clipboard-apis/async-write-image-read-image.https.html#L81-L83 which is passing on Chrome and FirefoxWPT issue or should the spec change?
The text was updated successfully, but these errors were encountered: