Call removeAllRanges() to clear the selection

Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
FailHTML5 Selection: Call removeAllRanges() to clear the selectionassert_equals: expected "Call removeAllRanges() to clear the selection" but got "Call removeAllRanges() to clear the selection\n\n"
    at Test.RunTest (https://wpt.live/old-tests/submission/Microsoft/selection/removeAllRanges.htm:19:17)
    at Test.step (https://wpt.live/resources/testharness.js:2642:25)
    at test (https://wpt.live/resources/testharness.js:633:30)
    at onload (https://wpt.live/old-tests/submission/Microsoft/selection/removeAllRanges.htm:28:35)
Asserts run
Pass
assert_equals(Element node <body onload="test(RunTest);">         <p id="p1">Call re..., Element node <body onload="test(RunTest);">         <p id="p1">Call re..., "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);">         <p id="p1">Call re..., Element node <body onload="test(RunTest);">         <p id="p1">Call re..., "focusNode")
    at checkSelectionAttributes ( /old-tests/submission/Microsoft/selection/common.js:6:5)
Pass
assert_equals(2, 2, "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)
Fail
assert_equals("Call removeAllRanges() to clear the selection\n\n", "Call removeAllRanges() to clear the selection")
    at Test.RunTest ( /old-tests/submission/Microsoft/selection/removeAllRanges.htm:19:17)