mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Update web-platform-tests.
This commit is contained in:
parent
203240c1d8
commit
a8553c3606
50 changed files with 11805 additions and 5243 deletions
|
@ -1,3 +1,27 @@
|
|||
[textfieldselection-setRangeText.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[text setRangeText fires a select event]
|
||||
expected: NOTRUN
|
||||
|
||||
[text setRangeText with only one argument replaces the value between selectionStart and selectionEnd, otherwise replaces the value between 2nd and 3rd arguments]
|
||||
expected: FAIL
|
||||
|
||||
[text selectionMode missing]
|
||||
expected: FAIL
|
||||
|
||||
[text selectionMode \'select\']
|
||||
expected: FAIL
|
||||
|
||||
[text selectionMode \'start\']
|
||||
expected: FAIL
|
||||
|
||||
[text selectionMode \'end\']
|
||||
expected: FAIL
|
||||
|
||||
[text selectionMode \'preserve\']
|
||||
expected: FAIL
|
||||
|
||||
[text setRangeText with 3rd argument greater than 2nd argument throws an IndexSizeError exception]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue