blob: 2b60ba3a785d49d3a49c71c98b1d79ffa87f6b11 [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><i>Paragraph <u>t[]wo</u></i></p>
<p>Paragraph three</p>
</body>
</html>