blob: bde1e8a06b1ae8fd21c8d33142fc65a60085b9cb [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><i>Paragraph <u>one</u></i></p>
<p><i>Paragraph <u>t[wo</u></i></p>
<p><i>Paragraph <u>three</u></i></p>
<p><i>Paragraph <u>four</u></i></p>]
<p><i>Paragraph <u>five</u></i></p>
</body>
</html>