blob: f8acf245ac3c62d0a0c9e7233d7d3a02db83216c [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
Formatting_applyFormattingChanges("h1",null);
// An unrelated part of the code adds "id" attributes to heading elements to keep track of
// sections - we're not testing that functionality here, so we want to ignore them
removeIds();
}
</script>
</head>
<body>
<p>Paragraph one</p>
<p>Par[agraph two</p>
<p>Paragraph three</p>
<p>Paragraph fo]ur</p>
<p>Paragraph five</p>
</body>
</html>