blob: 4e54134ea93d06f5f15d41e063b89be75cecf3a0 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
Selection_preserveWhileExecuting(function() {
DOM_deleteNode(document.getElementsByTagName("P")[0]);
});
showSelection();
}
</script>
</head>
<body><p><b><u>[x]</u></b></p></body>
</html>