Summary

Harness status: OK

Found 14 tests

Details

ResultTest NameMessage
Passvalue dirty flag behavior after setRangeText on textarea not in body
Asserts run
Pass
assert_true(true, "sometext too short, test won't work right")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-value-interactions.html:84:5)
Pass
assert_equals("somexyzing", "somexyzing", "Calling setRangeText should set the value dirty flag")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-value-interactions.html:90:5)
Passvalue dirty flag behavior after setRangeText on input not in body
Asserts run
Pass
assert_true(true, "sometext too short, test won't work right")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-value-interactions.html:84:5)
Pass
assert_equals("somexyzing", "somexyzing", "Calling setRangeText should set the value dirty flag")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-value-interactions.html:90:5)
Passvalue dirty flag behavior after setRangeText on textarea in body
Asserts run
Pass
assert_true(true, "sometext too short, test won't work right")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-value-interactions.html:84:5)
Pass
assert_equals("somexyzing", "somexyzing", "Calling setRangeText should set the value dirty flag")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-value-interactions.html:90:5)
Passvalue dirty flag behavior after setRangeText on input in body
Asserts run
Pass
assert_true(true, "sometext too short, test won't work right")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-value-interactions.html:84:5)
Pass
assert_equals("somexyzing", "somexyzing", "Calling setRangeText should set the value dirty flag")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-value-interactions.html:90:5)
Passvalue dirty flag behavior after setRangeText on textarea in body with parsed default value
Asserts run
Pass
assert_true(true, "sometext too short, test won't work right")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-value-interactions.html:84:5)
Pass
assert_equals("somexyzing", "somexyzing", "Calling setRangeText should set the value dirty flag")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-value-interactions.html:90:5)
Passvalue dirty flag behavior after setRangeText on input in body with parsed default value
Asserts run
Pass
assert_true(true, "sometext too short, test won't work right")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-value-interactions.html:84:5)
Pass
assert_equals("somexyzing", "somexyzing", "Calling setRangeText should set the value dirty flag")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-value-interactions.html:90:5)
Passvalue dirty flag behavior after setRangeText on focused textarea
Asserts run
Pass
assert_true(true, "sometext too short, test won't work right")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-value-interactions.html:84:5)
Pass
assert_equals("somexyzing", "somexyzing", "Calling setRangeText should set the value dirty flag")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-value-interactions.html:90:5)
Passvalue dirty flag behavior after setRangeText on focused input
Asserts run
Pass
assert_true(true, "sometext too short, test won't work right")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-value-interactions.html:84:5)
Pass
assert_equals("somexyzing", "somexyzing", "Calling setRangeText should set the value dirty flag")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-value-interactions.html:90:5)
Passvalue dirty flag behavior after setRangeText on focused then blurred textarea
Asserts run
Pass
assert_true(true, "sometext too short, test won't work right")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-value-interactions.html:84:5)
Pass
assert_equals("somexyzing", "somexyzing", "Calling setRangeText should set the value dirty flag")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-value-interactions.html:90:5)
Passvalue dirty flag behavior after setRangeText on focused then blurred input
Asserts run
Pass
assert_true(true, "sometext too short, test won't work right")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-value-interactions.html:84:5)
Pass
assert_equals("somexyzing", "somexyzing", "Calling setRangeText should set the value dirty flag")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-value-interactions.html:90:5)
Passselection is collapsed to the end after changing values on input
Asserts run
Pass
assert_equals(0, 0, "element.selectionStart should be value.length")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-value-interactions.html:103:7)
Pass
assert_equals(0, 0, "element.selectionEnd should be value.length")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-value-interactions.html:105:7)
Pass
assert_equals(3, 3, "element.selectionStart should be value.length")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-value-interactions.html:103:7)
Pass
assert_equals(3, 3, "element.selectionEnd should be value.length")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-value-interactions.html:105:7)
Pass
assert_equals(6, 6, "element.selectionStart should be value.length")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-value-interactions.html:103:7)
Pass
assert_equals(6, 6, "element.selectionEnd should be value.length")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-value-interactions.html:105:7)
Passselection is not collapsed to the end when value is set to its existing value on input
Asserts run
Pass
assert_equals(2, 2, "element.selectionStart should be unchanged")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-value-interactions.html:120:5)
Pass
assert_equals(4, 4, "element.selectionEnd should be unchanged")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-value-interactions.html:122:5)
Passselection is collapsed to the end after changing values on textarea
Asserts run
Pass
assert_equals(0, 0, "element.selectionStart should be value.length")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-value-interactions.html:103:7)
Pass
assert_equals(0, 0, "element.selectionEnd should be value.length")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-value-interactions.html:105:7)
Pass
assert_equals(3, 3, "element.selectionStart should be value.length")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-value-interactions.html:103:7)
Pass
assert_equals(3, 3, "element.selectionEnd should be value.length")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-value-interactions.html:105:7)
Pass
assert_equals(6, 6, "element.selectionStart should be value.length")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-value-interactions.html:103:7)
Pass
assert_equals(6, 6, "element.selectionEnd should be value.length")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-value-interactions.html:105:7)
Passselection is not collapsed to the end when value is set to its existing value on textarea
Asserts run
Pass
assert_equals(2, 2, "element.selectionStart should be unchanged")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-value-interactions.html:120:5)
Pass
assert_equals(4, 4, "element.selectionEnd should be unchanged")
    at Test.<anonymous> ( /html/semantics/forms/textfieldselection/selection-value-interactions.html:122:5)