<!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>