Call selectAllChildren() where the parameter is a text node

Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassHTML5 Selection: Call selectAllChildren() where the parameter is a text node
Asserts run
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/selectAllChildren.htm:15:17)
Pass
assert_equals(Text node "Call selectAllChildren() where the parameter is a text node", Text node "Call selectAllChildren() where the parameter is a text node", "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(Text node "Call selectAllChildren() where the parameter is a text node", Text node "Call selectAllChildren() where the parameter is a text node", "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(1, 1, "rangeCount")
    at checkSelectionAttributes ( /old-tests/submission/Microsoft/selection/common.js:9:5)
Pass
assert_equals("", "")
    at Test.RunTest ( /old-tests/submission/Microsoft/selection/selectAllChildren.htm:20:17)