We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wpt/clipboard-apis/async-navigator-clipboard-basics.https.html
Lines 156 to 160 in 92f1c29
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. 2. Abort these steps.
Here the test is assessing a TypeError instead of NotAllowedError. Is there another step I'm missing?
@saschanaz @whsieh
The text was updated successfully, but these errors were encountered:
No branches or pull requests
wpt/clipboard-apis/async-navigator-clipboard-basics.https.html
Lines 156 to 160 in 92f1c29
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
The text was updated successfully, but these errors were encountered: