Select the text in the input element by calling select()

Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassHTML5 Selection: Call select() on a text field
Asserts run
Pass
assert_equals(0, 0)
    at Test.RunTest ( /old-tests/submission/Microsoft/selection/select.htm:14:17)
Pass
assert_equals(0, 0)
    at Test.RunTest ( /old-tests/submission/Microsoft/selection/select.htm:15:17)
Pass
assert_equals(null, null, "anchorNode")
    at checkSelectionAttributes ( /old-tests/submission/Microsoft/selection/common.js:4:5)
Pass
assert_equals(0, 0, "anchorOffset")
    at checkSelectionAttributes ( /old-tests/submission/Microsoft/selection/common.js:5:5)
Pass
assert_equals(null, null, "focusNode")
    at checkSelectionAttributes ( /old-tests/submission/Microsoft/selection/common.js:6:5)
Pass
assert_equals(0, 0, "focusOffset")
    at checkSelectionAttributes ( /old-tests/submission/Microsoft/selection/common.js:7:5)
Pass
assert_equals(true, true, "collapsed")
    at checkSelectionAttributes ( /old-tests/submission/Microsoft/selection/common.js:8:5)
Pass
assert_equals(0, 0, "rangeCount")
    at checkSelectionAttributes ( /old-tests/submission/Microsoft/selection/common.js:9:5)
Pass
assert_equals("", "")
    at Test.RunTest ( /old-tests/submission/Microsoft/selection/select.htm:17:17)
Pass
assert_equals(0, 0)
    at Test.RunTest ( /old-tests/submission/Microsoft/selection/select.htm:21:17)
Pass
assert_equals(29, 29)
    at Test.RunTest ( /old-tests/submission/Microsoft/selection/select.htm:22:17)
Pass
assert_equals(Element node <body onload="test(RunTest);">         <input style="WIDT..., Element node <body onload="test(RunTest);">         <input style="WIDT..., "anchorNode")
    at checkSelectionAttributes ( /old-tests/submission/Microsoft/selection/common.js:4:5)
Pass
assert_equals(1, 1, "anchorOffset")
    at checkSelectionAttributes ( /old-tests/submission/Microsoft/selection/common.js:5:5)
Pass
assert_equals(Element node <body onload="test(RunTest);">         <input style="WIDT..., Element node <body onload="test(RunTest);">         <input style="WIDT..., "focusNode")
    at checkSelectionAttributes ( /old-tests/submission/Microsoft/selection/common.js:6:5)
Pass
assert_equals(1, 1, "focusOffset")
    at checkSelectionAttributes ( /old-tests/submission/Microsoft/selection/common.js:7:5)
Pass
assert_equals(true, true, "collapsed")
    at checkSelectionAttributes ( /old-tests/submission/Microsoft/selection/common.js:8:5)
Pass
assert_equals(1, 1, "rangeCount")
    at checkSelectionAttributes ( /old-tests/submission/Microsoft/selection/common.js:9:5)
Pass
assert_equals("Some text in an input control", "Some text in an input control")
    at Test.RunTest ( /old-tests/submission/Microsoft/selection/select.htm:24:17)