Open
Description
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.- All the failures in the specification are
NotAllowedError
https://w3c.github.io/clipboard-apis/#dom-clipboard-write - WPT is expecting
DataError
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 Firefox
WPT issue or should the spec change?