Update web-platform-tests to revision 58eb04cecbbec2e18531ab440225e38944a9c444

This commit is contained in:
Josh Matthews 2017-04-17 12:06:02 +10:00 committed by Anthony Ramine
parent 25e8bf69e6
commit 665817d2a6
35333 changed files with 1818077 additions and 16036 deletions

View file

@ -18,3 +18,6 @@
[select() on input type password queues select event]
expected: FAIL
[text field selection: select()]
expected: FAIL

View file

@ -0,0 +1,17 @@
[selection-start-end.html]
type: testharness
[onselect should fire when selectionStart is changed]
expected: FAIL
[onselect should fire when selectionEnd is changed]
expected: FAIL
[Setting selectionStart to a value larger than selectionEnd should increase selectionEnd]
expected: FAIL
[Setting selectionEnd to a value smaller than selectionStart should decrease selectionStart]
expected: FAIL
[selectionStart edge-case values]
expected: FAIL

View file

@ -0,0 +1,32 @@
[selection-value-interactions.html]
type: testharness
[value dirty flag behavior after setRangeText on textarea not in body]
expected: FAIL
[value dirty flag behavior after setRangeText on input not in body]
expected: FAIL
[value dirty flag behavior after setRangeText on textarea in body]
expected: FAIL
[value dirty flag behavior after setRangeText on input in body]
expected: FAIL
[value dirty flag behavior after setRangeText on textarea in body with parsed default value]
expected: FAIL
[value dirty flag behavior after setRangeText on input in body with parsed default value]
expected: FAIL
[value dirty flag behavior after setRangeText on focused textarea]
expected: FAIL
[value dirty flag behavior after setRangeText on focused input]
expected: FAIL
[value dirty flag behavior after setRangeText on focused then blurred textarea]
expected: FAIL
[value dirty flag behavior after setRangeText on focused then blurred input]
expected: FAIL

View file

@ -30,3 +30,27 @@
[test SelectionDirection for textarea]
expected: FAIL
[test SelectionStart offset for input that is appended]
expected: FAIL
[test SelectionStart offset for input that is not appended]
expected: FAIL
[test SelectionStart offset for textarea that is appended]
expected: FAIL
[test SelectionStart offset for textarea that is not appended]
expected: FAIL
[test SelectionEnd offset for input that is appended]
expected: FAIL
[test SelectionEnd offset for input that is not appended]
expected: FAIL
[test SelectionEnd offset for textarea that is appended]
expected: FAIL
[test SelectionEnd offset for textarea that is not appended]
expected: FAIL