blob: 9a163ac6a0b404b7a1c9dc029166703c3e063429 [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
<script src="../../../resources/js-test-pre.js"></script>
<script>
description("Tests that Range.detach() is a no-op.");
var range = document.createRange();
shouldNotThrow("range.detach()");
shouldNotThrow("range.detach()");
</script>
<script src="../../../resources/js-test-post.js"></script>
</body>
</html>