- From: wpt-stability-bot <web-platform-tests-notifications@w3.org>
- Date: Fri, 20 Jan 2017 03:09:46 GMT
- To: public-web-platform-tests-notifications@w3.org
# Chrome (unstable channel) #
Testing web-platform-tests at revision e02213284af0e685d76c95629b9c8848561a3bea
Using browser at version 55.0.2883.75
Starting 10 test iterations
All results were stable
## All results ##
<details>
<summary><a href="http://w3c-test.org/submissions/4579/html/semantics/forms/textfieldselection/textfieldselection-setSelectionRange.html">/html/semantics/forms/textfieldselection/textfieldselection-setSelectionRange.html</a></summary>
| 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 |
</details>
View on GitHub: https://github.com/w3c/web-platform-tests/pull/4579#issuecomment-273966299
Received on Friday, 20 January 2017 03:09:57 UTC