Skip to content
New issue

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

split FileAPI/idlharness tests into any.js #29576

Merged

Conversation

lucacasonato
Copy link
Member

No description provided.

@@ -27,10 +27,7 @@ <h1>File API automated IDL tests</h1>
['dom', 'html', 'url'],
idl_array => {
idl_array.add_objects({
Blob: ['new Blob(["TEST"])'],
File: ['new File(["myFileBits"], "myFileName")'],
FileList: ['document.querySelector("#fileChooser").files'],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: Inconsistent use of trailing comma.

Should be harmless with modern JS, but consistency is nice. :)

FileAPI/idlharness.html Outdated Show resolved Hide resolved
@lucacasonato
Copy link
Member Author

@inexorabletash Could you merge this? I don't have WPT write access.

@inexorabletash inexorabletash merged commit 3572a38 into web-platform-tests:master Jul 26, 2021
@inexorabletash
Copy link
Member

Done!

@lucacasonato lucacasonato deleted the file_api_idlharness branch July 26, 2021 16:26
@lucacasonato
Copy link
Member Author

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants