Delete some text from the document while it is part of a selection

abcdeuvwxyz

Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassHTML5 Selection: Delete some text from the document while it is part of a selection
Asserts run
Pass
assert_equals(Text node "abcdefghijklmnopqrstuvwxyz", Text node "abcdefghijklmnopqrstuvwxyz", "anchorNode")
    at checkSelectionAttributes ( /old-tests/submission/Microsoft/selection/common.js:4:5)
Pass
assert_equals(5, 5, "anchorOffset")
    at checkSelectionAttributes ( /old-tests/submission/Microsoft/selection/common.js:5:5)
Pass
assert_equals(Text node "abcdefghijklmnopqrstuvwxyz", Text node "abcdefghijklmnopqrstuvwxyz", "focusNode")
    at checkSelectionAttributes ( /old-tests/submission/Microsoft/selection/common.js:6:5)
Pass
assert_equals(20, 20, "focusOffset")
    at checkSelectionAttributes ( /old-tests/submission/Microsoft/selection/common.js:7:5)
Pass
assert_equals(false, false, "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("abcdefghijklmnopqrstuvwxyz", "abcdefghijklmnopqrstuvwxyz")
    at Test.RunTest ( /old-tests/submission/Microsoft/selection/deleteFromDocument.htm:20:17)
Pass
assert_equals(Text node "abcdeuvwxyz", Text node "abcdeuvwxyz", "anchorNode")
    at checkSelectionAttributes ( /old-tests/submission/Microsoft/selection/common.js:4:5)
Pass
assert_equals(5, 5, "anchorOffset")
    at checkSelectionAttributes ( /old-tests/submission/Microsoft/selection/common.js:5:5)
Pass
assert_equals(Text node "abcdeuvwxyz", Text node "abcdeuvwxyz", "focusNode")
    at checkSelectionAttributes ( /old-tests/submission/Microsoft/selection/common.js:6:5)
Pass
assert_equals(5, 5, "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("abcdeuvwxyz", "abcdeuvwxyz")
    at Test.RunTest ( /old-tests/submission/Microsoft/selection/deleteFromDocument.htm:25:17)