blob: c12040d460041153631f7bc9be17ddb9409ea631 [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>