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

Add tests that <a>/<area> can be downloaded without user interaction #4283

Merged
merged 2 commits into from
Feb 8, 2017

Conversation

domenic
Copy link
Member

@domenic domenic commented Dec 5, 2016

That is, that calling .click() does not throw at least, as it used to
per-spec. Matches the HTML change at
whatwg/html#2136 per the HTML bug report at
whatwg/html#2116.

/cc @cdumez

That is, that calling .click() does not throw at least, as it used to
per-spec. Matches the HTML change at
whatwg/html#2136 per the HTML bug report at
whatwg/html#2116.
@wpt-pr-bot
Copy link
Collaborator

@wpt-pr-bot wpt-pr-bot added the html label Dec 5, 2016
@wpt-stability-bot
Copy link

wpt-stability-bot commented Dec 5, 2016

Firefox

Testing revision 2c62408
Starting 10 test iterations
All results were stable

All results

/html/semantics/embedded-content/the-area-element/area-download-click.html

Subtest Results
OK
Clicking on an <area> element with a download attribute must not throw an exception PASS

/html/semantics/text-level-semantics/the-a-element/a-download-click.html

Subtest Results
OK
Clicking on an <a> element with a download attribute must not throw an exception PASS

@wpt-stability-bot
Copy link

wpt-stability-bot commented Dec 5, 2016

Chrome

Testing revision 2c62408
Starting 10 test iterations
All results were stable

All results

/html/semantics/embedded-content/the-area-element/area-download-click.html

Subtest Results
OK
Clicking on an <area> element with a download attribute must not throw an exception PASS

/html/semantics/text-level-semantics/the-a-element/a-download-click.html

Subtest Results
OK
Clicking on an <a> element with a download attribute must not throw an exception PASS

@zcorpan
Copy link
Member

zcorpan commented Dec 6, 2016

LGTM.

@jgraham this pops up a download dialog in Firefox. Is that a problem?

@domenic domenic merged commit b9a944d into master Feb 8, 2017
@domenic domenic deleted the a-download-click branch February 8, 2017 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants