Summary

Harness status: OK

Found 18 tests

Details

ResultTest NameMessage
Passinput out of document: selection must not change when setting the same value
Asserts run
Pass
assert_equals(1, 1, "Sanity check: selectionStart was set correctly")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:72:5)
Pass
assert_equals(3, 3, "Sanity check: selectionEnd was set correctly")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:73:5)
Pass
assert_equals("backward", "backward", "Sanity check: selectionDirection was set correctly")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:74:5)
Pass
assert_equals(1, 1, "selectionStart must not change")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:78:5)
Pass
assert_equals(3, 3, "selectionEnd must not change")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:79:5)
Pass
assert_equals("backward", "backward", "selectionDirection must not change")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:80:5)
Passinput out of document: selection must change when setting a different value
Asserts run
Pass
assert_equals(1, 1, "Sanity check: selectionStart was set correctly")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:87:5)
Pass
assert_equals(3, 3, "Sanity check: selectionEnd was set correctly")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:88:5)
Pass
assert_equals("backward", "backward", "Sanity check: selectionDirection was set correctly")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:89:5)
Pass
assert_equals(6, 6, "selectionStart must be reset to the end")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:93:5)
Pass
assert_equals(6, 6, "selectionEnd must be reset to the end")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:94:5)
Pass
assert_in_array("forward", ["none", "forward"], "selectionDirection must be set to either none or forward")
    at assertSelectionDirectionIsReset ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:19:5)
Passinput out of document: selection must not change when setting a value that becomes the same after the value sanitization algorithm
Asserts run
Pass
assert_equals(1, 1, "Sanity check: selectionStart was set correctly")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:106:5)
Pass
assert_equals(3, 3, "Sanity check: selectionEnd was set correctly")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:107:5)
Pass
assert_equals("backward", "backward", "Sanity check: selectionDirection was set correctly")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:108:5)
Pass
assert_equals(1, 1, "selectionStart must not change")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:112:5)
Pass
assert_equals(3, 3, "selectionEnd must not change")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:113:5)
Pass
assert_equals("backward", "backward", "selectionDirection must not change")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:114:5)
Passinput in document: selection must not change when setting the same value
Asserts run
Pass
assert_equals(1, 1, "Sanity check: selectionStart was set correctly")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:72:5)
Pass
assert_equals(3, 3, "Sanity check: selectionEnd was set correctly")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:73:5)
Pass
assert_equals("backward", "backward", "Sanity check: selectionDirection was set correctly")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:74:5)
Pass
assert_equals(1, 1, "selectionStart must not change")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:78:5)
Pass
assert_equals(3, 3, "selectionEnd must not change")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:79:5)
Pass
assert_equals("backward", "backward", "selectionDirection must not change")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:80:5)
Passinput in document: selection must change when setting a different value
Asserts run
Pass
assert_equals(1, 1, "Sanity check: selectionStart was set correctly")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:87:5)
Pass
assert_equals(3, 3, "Sanity check: selectionEnd was set correctly")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:88:5)
Pass
assert_equals("backward", "backward", "Sanity check: selectionDirection was set correctly")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:89:5)
Pass
assert_equals(6, 6, "selectionStart must be reset to the end")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:93:5)
Pass
assert_equals(6, 6, "selectionEnd must be reset to the end")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:94:5)
Pass
assert_equals("forward", "forward", "selectionDirection must be reset to forward (which was previously observed to be the value after resetting the selection direction)")
    at assertSelectionDirectionIsReset ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:23:5)
Passinput in document: selection must not change when setting a value that becomes the same after the value sanitization algorithm
Asserts run
Pass
assert_equals(1, 1, "Sanity check: selectionStart was set correctly")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:106:5)
Pass
assert_equals(3, 3, "Sanity check: selectionEnd was set correctly")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:107:5)
Pass
assert_equals("backward", "backward", "Sanity check: selectionDirection was set correctly")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:108:5)
Pass
assert_equals(1, 1, "selectionStart must not change")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:112:5)
Pass
assert_equals(3, 3, "selectionEnd must not change")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:113:5)
Pass
assert_equals("backward", "backward", "selectionDirection must not change")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:114:5)
Passinput in document, with focus: selection must not change when setting the same value
Asserts run
Pass
assert_equals(1, 1, "Sanity check: selectionStart was set correctly")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:72:5)
Pass
assert_equals(3, 3, "Sanity check: selectionEnd was set correctly")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:73:5)
Pass
assert_equals("backward", "backward", "Sanity check: selectionDirection was set correctly")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:74:5)
Pass
assert_equals(1, 1, "selectionStart must not change")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:78:5)
Pass
assert_equals(3, 3, "selectionEnd must not change")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:79:5)
Pass
assert_equals("backward", "backward", "selectionDirection must not change")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:80:5)
Passinput in document, with focus: selection must change when setting a different value
Asserts run
Pass
assert_equals(1, 1, "Sanity check: selectionStart was set correctly")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:87:5)
Pass
assert_equals(3, 3, "Sanity check: selectionEnd was set correctly")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:88:5)
Pass
assert_equals("backward", "backward", "Sanity check: selectionDirection was set correctly")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:89:5)
Pass
assert_equals(6, 6, "selectionStart must be reset to the end")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:93:5)
Pass
assert_equals(6, 6, "selectionEnd must be reset to the end")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:94:5)
Pass
assert_equals("forward", "forward", "selectionDirection must be reset to forward (which was previously observed to be the value after resetting the selection direction)")
    at assertSelectionDirectionIsReset ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:23:5)
Passinput in document, with focus: selection must not change when setting a value that becomes the same after the value sanitization algorithm
Asserts run
Pass
assert_equals(1, 1, "Sanity check: selectionStart was set correctly")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:106:5)
Pass
assert_equals(3, 3, "Sanity check: selectionEnd was set correctly")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:107:5)
Pass
assert_equals("backward", "backward", "Sanity check: selectionDirection was set correctly")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:108:5)
Pass
assert_equals(1, 1, "selectionStart must not change")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:112:5)
Pass
assert_equals(3, 3, "selectionEnd must not change")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:113:5)
Pass
assert_equals("backward", "backward", "selectionDirection must not change")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:114:5)
Passtextarea out of document: selection must not change when setting the same value
Asserts run
Pass
assert_equals(1, 1, "Sanity check: selectionStart was set correctly")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:72:5)
Pass
assert_equals(3, 3, "Sanity check: selectionEnd was set correctly")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:73:5)
Pass
assert_equals("backward", "backward", "Sanity check: selectionDirection was set correctly")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:74:5)
Pass
assert_equals(1, 1, "selectionStart must not change")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:78:5)
Pass
assert_equals(3, 3, "selectionEnd must not change")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:79:5)
Pass
assert_equals("backward", "backward", "selectionDirection must not change")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:80:5)
Passtextarea out of document: selection must change when setting a different value
Asserts run
Pass
assert_equals(1, 1, "Sanity check: selectionStart was set correctly")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:87:5)
Pass
assert_equals(3, 3, "Sanity check: selectionEnd was set correctly")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:88:5)
Pass
assert_equals("backward", "backward", "Sanity check: selectionDirection was set correctly")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:89:5)
Pass
assert_equals(6, 6, "selectionStart must be reset to the end")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:93:5)
Pass
assert_equals(6, 6, "selectionEnd must be reset to the end")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:94:5)
Pass
assert_equals("forward", "forward", "selectionDirection must be reset to forward (which was previously observed to be the value after resetting the selection direction)")
    at assertSelectionDirectionIsReset ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:23:5)
Passtextarea out of document: selection must not change when setting the same normalized value
Asserts run
Pass
assert_equals(1, 1, "Sanity check: selectionStart was set correctly")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:127:5)
Pass
assert_equals(3, 3, "Sanity check: selectionEnd was set correctly")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:128:5)
Pass
assert_equals("backward", "backward", "Sanity check: selectionDirection was set correctly")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:129:5)
Pass
assert_equals(1, 1, "selectionStart must not change when setting to CRLF")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:133:5)
Pass
assert_equals(3, 3, "selectionEnd must not change when setting to CRLF")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:134:5)
Pass
assert_equals("backward", "backward", "selectionDirection must not change when setting to CRLF")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:135:5)
Pass
assert_equals(1, 1, "selectionStart must not change when setting to CR")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:139:5)
Pass
assert_equals(3, 3, "selectionEnd must not change when setting to CR")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:140:5)
Pass
assert_equals("backward", "backward", "selectionDirection must not change when setting to CR")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:141:5)
Passtextarea in document: selection must not change when setting the same value
Asserts run
Pass
assert_equals(1, 1, "Sanity check: selectionStart was set correctly")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:72:5)
Pass
assert_equals(3, 3, "Sanity check: selectionEnd was set correctly")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:73:5)
Pass
assert_equals("backward", "backward", "Sanity check: selectionDirection was set correctly")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:74:5)
Pass
assert_equals(1, 1, "selectionStart must not change")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:78:5)
Pass
assert_equals(3, 3, "selectionEnd must not change")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:79:5)
Pass
assert_equals("backward", "backward", "selectionDirection must not change")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:80:5)
Passtextarea in document: selection must change when setting a different value
Asserts run
Pass
assert_equals(1, 1, "Sanity check: selectionStart was set correctly")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:87:5)
Pass
assert_equals(3, 3, "Sanity check: selectionEnd was set correctly")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:88:5)
Pass
assert_equals("backward", "backward", "Sanity check: selectionDirection was set correctly")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:89:5)
Pass
assert_equals(6, 6, "selectionStart must be reset to the end")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:93:5)
Pass
assert_equals(6, 6, "selectionEnd must be reset to the end")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:94:5)
Pass
assert_equals("forward", "forward", "selectionDirection must be reset to forward (which was previously observed to be the value after resetting the selection direction)")
    at assertSelectionDirectionIsReset ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:23:5)
Passtextarea in document: selection must not change when setting the same normalized value
Asserts run
Pass
assert_equals(1, 1, "Sanity check: selectionStart was set correctly")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:127:5)
Pass
assert_equals(3, 3, "Sanity check: selectionEnd was set correctly")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:128:5)
Pass
assert_equals("backward", "backward", "Sanity check: selectionDirection was set correctly")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:129:5)
Pass
assert_equals(1, 1, "selectionStart must not change when setting to CRLF")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:133:5)
Pass
assert_equals(3, 3, "selectionEnd must not change when setting to CRLF")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:134:5)
Pass
assert_equals("backward", "backward", "selectionDirection must not change when setting to CRLF")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:135:5)
Pass
assert_equals(1, 1, "selectionStart must not change when setting to CR")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:139:5)
Pass
assert_equals(3, 3, "selectionEnd must not change when setting to CR")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:140:5)
Pass
assert_equals("backward", "backward", "selectionDirection must not change when setting to CR")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:141:5)
Passtextarea in document, with focus: selection must not change when setting the same value
Asserts run
Pass
assert_equals(1, 1, "Sanity check: selectionStart was set correctly")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:72:5)
Pass
assert_equals(3, 3, "Sanity check: selectionEnd was set correctly")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:73:5)
Pass
assert_equals("backward", "backward", "Sanity check: selectionDirection was set correctly")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:74:5)
Pass
assert_equals(1, 1, "selectionStart must not change")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:78:5)
Pass
assert_equals(3, 3, "selectionEnd must not change")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:79:5)
Pass
assert_equals("backward", "backward", "selectionDirection must not change")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:80:5)
Passtextarea in document, with focus: selection must change when setting a different value
Asserts run
Pass
assert_equals(1, 1, "Sanity check: selectionStart was set correctly")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:87:5)
Pass
assert_equals(3, 3, "Sanity check: selectionEnd was set correctly")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:88:5)
Pass
assert_equals("backward", "backward", "Sanity check: selectionDirection was set correctly")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:89:5)
Pass
assert_equals(6, 6, "selectionStart must be reset to the end")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:93:5)
Pass
assert_equals(6, 6, "selectionEnd must be reset to the end")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:94:5)
Pass
assert_equals("forward", "forward", "selectionDirection must be reset to forward (which was previously observed to be the value after resetting the selection direction)")
    at assertSelectionDirectionIsReset ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:23:5)
Passtextarea in document, with focus: selection must not change when setting the same normalized value
Asserts run
Pass
assert_equals(1, 1, "Sanity check: selectionStart was set correctly")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:127:5)
Pass
assert_equals(3, 3, "Sanity check: selectionEnd was set correctly")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:128:5)
Pass
assert_equals("backward", "backward", "Sanity check: selectionDirection was set correctly")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:129:5)
Pass
assert_equals(1, 1, "selectionStart must not change when setting to CRLF")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:133:5)
Pass
assert_equals(3, 3, "selectionEnd must not change when setting to CRLF")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:134:5)
Pass
assert_equals("backward", "backward", "selectionDirection must not change when setting to CRLF")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:135:5)
Pass
assert_equals(1, 1, "selectionStart must not change when setting to CR")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:139:5)
Pass
assert_equals(3, 3, "selectionEnd must not change when setting to CR")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:140:5)
Pass
assert_equals("backward", "backward", "selectionDirection must not change when setting to CR")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-after-content-change.html:141:5)