blob: f545023d217f3cf5d12fb719c0529cf1560cd434 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
var p = document.getElementsByTagName("P")[0];
DOM_replaceElement(p,"DIV");
}
</script>
</head>
<body>
<p>Sample text</p>
</body>
</html>