Range-mutations-appendChild.html (536B)
1 <!DOCTYPE html> 2 <title>Range mutation tests - appendChild</title> 3 <link rel="author" title="Aryeh Gregor" href=ayg@aryeh.name> 4 <meta name=timeout content=long> 5 6 <div id=log></div> 7 <script src="/resources/testharness.js"></script> 8 <script src="/resources/testharnessreport.js"></script> 9 <script src="../common.js"></script> 10 <script src="Range-mutations.js"></script> 11 <script> 12 doTests(appendChildTests, function(params) { return params[0] + ".appendChild(" + params[1] + ")" }, testAppendChild); 13 testDiv.style.display = "none"; 14 </script>