Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassInvalidStateError exception is thrown for extend() when no ranges are present in Selection
Asserts run
Pass
assert_throws_dom("INVALID_STATE_ERR", function "function() { getSelection().extend(div) }", "InvalidStateError exception should be thrown for extend() due to no ranges being added to Selection")
    at Test.<anonymous> ( /selection/extend-exception.html:15:5)