blob: 0a4d1fe6bfa64710b20c911d044e4d9ac4a07ff8 [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>Paragraph two</p>
<p>Paragraph three</p>
<p>Paragraph four</p>]
<p>Paragraph five</p>
</body>
</html>