Open karlcow opened 1 day ago
https://github.com/web-platform-tests/wpt/blob/92f1c298bc1d3c7915144d136c9b13c9be8e80e6/clipboard-apis/async-navigator-clipboard-basics.https.html#L156-L160
The current specificiation for write(data) https://w3c.github.io/clipboard-apis/#dom-clipboard-write
In Steps 4, it says:
For each clipboardItem in dataList:
and then in 4.1.2.*
If representationDataPromise was rejected, then: 1.Reject p with "NotAllowedError" DOMException in realm. Abort these steps.
Here the test is assessing a TypeError instead of NotAllowedError. Is there another step I'm missing?
@saschanaz @whsieh
https://github.com/web-platform-tests/wpt/blob/92f1c298bc1d3c7915144d136c9b13c9be8e80e6/clipboard-apis/async-navigator-clipboard-basics.https.html#L156-L160
The current specificiation for write(data) https://w3c.github.io/clipboard-apis/#dom-clipboard-write
In Steps 4, it says:
and then in 4.1.2.*
Here the test is assessing a TypeError instead of NotAllowedError. Is there another step I'm missing?
@saschanaz @whsieh