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

Fix #2757: Test input/textarea.selection{Direction,Start,End} not throwing #2825

Merged
merged 2 commits into from May 12, 2016

Conversation

zcorpan
Copy link
Member

@zcorpan zcorpan commented Apr 13, 2016

This tests whatwg/html#1006.

@wpt-pr-bot
Copy link
Collaborator

Reviewers for this pull request are: @Ms2ger, @foolip, @gsnedders, @jdm, @jgraham, @plehegar, @sideshowbarker, @zcorpan, and @zqzhang.

@hoppipolla-critic-bot
Copy link

Critic review: https://critic.hoppipolla.co.uk/r/6387

This is an external review system which you may optionally use for the code review of your pull request.

In order to help critic track your changes, please do not make in-place history rewrites (e.g. via git rebase -i or git commit --amend) when updating this pull request.

@zcorpan
Copy link
Member Author

zcorpan commented May 11, 2016

@cvrebert r?

@@ -3351,7 +3358,30 @@
HTMLFieldsetElement: ['document.createElement("fieldset")'],
HTMLLegendElement: ['document.createElement("legend")'],
HTMLLabelElement: ['document.createElement("label")'],
HTMLInputElement: ['document.createElement("input")'],
HTMLInputElement: [
'document.createElement("input")',
Copy link
Contributor

Choose a reason for hiding this comment

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

Adding an explicit text entry would be good, IMHO.

@cvrebert
Copy link
Contributor

Other than that, lgtm.

@zcorpan zcorpan merged commit d3167e5 into master May 12, 2016
@zcorpan zcorpan deleted the selectionDirection-nothrow branch May 12, 2016 16:17
@zcorpan
Copy link
Member Author

zcorpan commented May 12, 2016

Thanks!

arronei pushed a commit to arronei/web-platform-tests that referenced this pull request Jun 14, 2016
ivanzr pushed a commit to ivanzr/web-platform-tests that referenced this pull request Jun 29, 2016
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.

None yet

4 participants