Remove the range from the selection by calling removeRange()

Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
FailHTML5 Selection: Remove the range from the selectionassert_equals: expected "Remove the range from the selection by calling removeRange()" but got "Remove the range from the selection by calling removeRange()\n\n"
    at Test.RunTest (https://wpt.live/old-tests/submission/Microsoft/selection/removeRange.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/removeRange.htm:28:35)
Asserts run
Pass
assert_equals(Element node <body onload="test(RunTest);">         <p id="p1">Remove ..., Element node <body onload="test(RunTest);">         <p id="p1">Remove ..., "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">Remove ..., Element node <body onload="test(RunTest);">         <p id="p1">Remove ..., "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("Remove the range from the selection by calling removeRange()\n\n", "Remove the range from the selection by calling removeRange()")
    at Test.RunTest ( /old-tests/submission/Microsoft/selection/removeRange.htm:19:17)