| OLD | NEW |
| (Empty) |
| 1 This is a testharness.js-based test. | |
| 2 FAIL input out of document: selection must not change when setting the same valu
e assert_equals: selectionStart must not change expected 1 but got 5 | |
| 3 PASS input out of document: selection must change when setting a different value
| |
| 4 FAIL input out of document: selection must not change when setting a value that
becomes the same after the value sanitization algorithm assert_equals: selection
Start must not change expected 1 but got 5 | |
| 5 FAIL input in document: selection must not change when setting the same value as
sert_equals: selectionStart must not change expected 1 but got 5 | |
| 6 PASS input in document: selection must change when setting a different value | |
| 7 FAIL input in document: selection must not change when setting a value that beco
mes the same after the value sanitization algorithm assert_equals: selectionStar
t must not change expected 1 but got 5 | |
| 8 FAIL input in document, with focus: selection must not change when setting the s
ame value assert_equals: selectionStart must not change expected 1 but got 5 | |
| 9 PASS input in document, with focus: selection must change when setting a differe
nt value | |
| 10 FAIL input in document, with focus: selection must not change when setting a val
ue that becomes the same after the value sanitization algorithm assert_equals: s
electionStart must not change expected 1 but got 5 | |
| 11 PASS textarea out of document: selection must not change when setting the same v
alue | |
| 12 PASS textarea out of document: selection must change when setting a different va
lue | |
| 13 PASS textarea out of document: selection must not change when setting the same n
ormalized value | |
| 14 PASS textarea in document: selection must not change when setting the same value
| |
| 15 PASS textarea in document: selection must change when setting a different value | |
| 16 PASS textarea in document: selection must not change when setting the same norma
lized value | |
| 17 PASS textarea in document, with focus: selection must not change when setting th
e same value | |
| 18 PASS textarea in document, with focus: selection must change when setting a diff
erent value | |
| 19 PASS textarea in document, with focus: selection must not change when setting th
e same normalized value | |
| 20 Harness: the test ran to completion. | |
| 21 | |
| OLD | NEW |