blob: a09aa1988546805c896e0f9355b731815e4bb9c0 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
Formatting_applyFormattingChanges("h1",null);
showSelection();
}
</script>
</head>
<body>
<div>
<p>[One</p>
<p>Two</p>
<p>Three]</p>
</div>
</body>
</html>