blob: 7e790f30545fc9cf82968a8e4bc6c57199984a0e [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<script src="../../../resources/js-test.js"></script>
</head>
<body>
<script>
description(
"This test checks cloning an empty range returns an empty fragment."
);
var r = document.createRange();
shouldBeTrue("r.cloneContents() != undefined");
shouldBeTrue("r.cloneContents() != null");
</script>
</body>
</html>