blob: 1d4879d57c1ac39dd2050f13c5461eaf2f0e4b44 [file] [log] [blame]
<!doctype html>
<title>Range mutation tests - appendData</title>
<link rel="author" title="Aryeh Gregor" href=ayg@aryeh.name>
<meta name=timeout content=long>
<div id=log></div>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="../common.js"></script>
<script src="Range-mutations.js"></script>
<script>
doTests(appendDataTests, function(params) { return params[0] + ".appendData(" + params[1] + ")" }, testAppendData);
testDiv.style.display = "none";
</script>