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 "Duplicate test name" error #4579

Merged
merged 1 commit into from Jan 20, 2017
Merged

Fix "Duplicate test name" error #4579

merged 1 commit into from Jan 20, 2017

Conversation

cvrebert
Copy link
Contributor

Lines 38 and 44 were both specifying the same test name, presumably due to a copy-paste-o.

Lines 38 and 44 were both specifying the same test name, presumably due to a copy-paste-o.
@wpt-pr-bot
Copy link
Collaborator

@wpt-stability-bot
Copy link

Firefox (nightly channel)

Testing web-platform-tests at revision e022132
Using browser at version BuildID 20170118211214; SourceStamp a5253dce8b67c2248d7b92ef664a6dd6664e7609
Starting 10 test iterations
All results were stable

All results

/html/semantics/forms/textfieldselection/textfieldselection-setSelectionRange.html
Subtest Results
OK
textarea direction of setSelectionRange(0,1,"forward") PASS
input setSelectionRange({},1) PASS
textarea direction of setSelectionRange(0,1,"hoge") FAIL
textarea direction of setSelectionRange(0,1,"none") FAIL
textarea direction of setSelectionRange(0,1) FAIL
textarea setSelectionRange(null,1) PASS
input setSelectionRange(null,1) PASS
input setSelectionRange(true,1) PASS
input setSelectionRange(2,2) PASS
textarea setSelectionRange(0,textarea.value.length+1) PASS
input direction of setSelectionRange(0,1) FAIL
textarea setSelectionRange([],1) PASS
input setSelectionRange(undefined,1) PASS
input setSelectionRange(input.value.length+1,1) PASS
textarea setSelectionRange({},1) PASS
input setSelectionRange(NaN,1) PASS
textarea setSelectionRange(NaN,1) PASS
input direction of setSelectionRange(0,1,"BACKWARD") FAIL
input setSelectionRange fires a select event PASS
input setSelectionRange(1,-1) FAIL
textarea setSelectionRange return void PASS
input setSelectionRange(-1,1) FAIL
input setSelectionRange([],1) PASS
input setSelectionRange(0,input.value.length+1) PASS
input setSelectionRange(0,1) PASS
textarea direction of setSelectionRange(0,1,"BACKWARD") FAIL
textarea setSelectionRange(0,1) PASS
textarea setSelectionRange(2,2) PASS
textarea setSelectionRange(2,1) PASS
textarea typeof(input.setSelectionRange)' PASS
textarea setSelectionRange(undefined,1) PASS
input direction of setSelectionRange(0,1,"backward") PASS
input typeof(input.setSelectionRange)' PASS
input direction of setSelectionRange(0,1,"forward") PASS
textarea setSelectionRange("string",1) PASS
input direction of setSelectionRange(0,1,"none") FAIL
textarea direction of setSelectionRange(0,1,"backward") PASS
input setSelectionRange(2,1) PASS
test of textarea.setSelectionRange PASS
test of input.setSelectionRange PASS
textarea setSelectionRange(true,1) PASS
input setSelectionRange return void PASS
input direction of setSelectionRange(0,1,"hoge") FAIL
input setSelectionRange(input.value.length+1,input.value.length+1) PASS
input setSelectionRange("string",1) PASS
textarea setSelectionRange fires a select event PASS

@wpt-stability-bot
Copy link

Chrome (unstable channel)

Testing web-platform-tests at revision e022132
Using browser at version 55.0.2883.75
Starting 10 test iterations
All results were stable

All results

/html/semantics/forms/textfieldselection/textfieldselection-setSelectionRange.html
Subtest Results
OK
textarea direction of setSelectionRange(0,1,"forward") PASS
input setSelectionRange({},1) PASS
textarea direction of setSelectionRange(0,1,"hoge") FAIL
textarea direction of setSelectionRange(0,1,"none") FAIL
textarea direction of setSelectionRange(0,1) FAIL
textarea setSelectionRange(null,1) PASS
input setSelectionRange(null,1) PASS
input setSelectionRange(true,1) PASS
input setSelectionRange(2,2) PASS
textarea setSelectionRange(0,textarea.value.length+1) PASS
input direction of setSelectionRange(0,1) FAIL
textarea setSelectionRange([],1) PASS
input setSelectionRange(undefined,1) PASS
input setSelectionRange(input.value.length+1,1) PASS
textarea setSelectionRange({},1) PASS
input setSelectionRange(NaN,1) PASS
textarea setSelectionRange(NaN,1) PASS
input direction of setSelectionRange(0,1,"BACKWARD") FAIL
input setSelectionRange fires a select event PASS
input setSelectionRange(1,-1) FAIL
textarea setSelectionRange return void PASS
input setSelectionRange(-1,1) FAIL
input setSelectionRange([],1) PASS
input setSelectionRange(0,input.value.length+1) PASS
input setSelectionRange(0,1) PASS
textarea direction of setSelectionRange(0,1,"BACKWARD") FAIL
textarea setSelectionRange(0,1) PASS
textarea setSelectionRange(2,2) PASS
textarea setSelectionRange(2,1) PASS
textarea typeof(input.setSelectionRange)' PASS
textarea setSelectionRange(undefined,1) PASS
input direction of setSelectionRange(0,1,"backward") PASS
input typeof(input.setSelectionRange)' PASS
input direction of setSelectionRange(0,1,"forward") PASS
textarea setSelectionRange("string",1) PASS
input direction of setSelectionRange(0,1,"none") FAIL
textarea direction of setSelectionRange(0,1,"backward") PASS
input setSelectionRange(2,1) PASS
test of textarea.setSelectionRange PASS
test of input.setSelectionRange PASS
textarea setSelectionRange(true,1) PASS
input setSelectionRange return void PASS
input direction of setSelectionRange(0,1,"hoge") FAIL
input setSelectionRange(input.value.length+1,input.value.length+1) PASS
input setSelectionRange("string",1) PASS
textarea setSelectionRange fires a select event PASS

@zcorpan zcorpan merged commit b2d74e0 into master Jan 20, 2017
@zcorpan zcorpan deleted the dupe-test-name-selrange branch January 20, 2017 08:14
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

4 participants