blob: 0820eba49f4b219bfb2a080e657fd434c547fda0 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<script src="../../../resources/js-test-pre.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>
<script src="../../../resources/js-test-post.js"></script>
</body>
</html>