blob: d71452309e7e11401053ef09c338d511f815d090 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
Formatting_applyFormattingChanges(".test",null);
}
</script>
</head>
<body>
<p>Paragraph one</p>
<p>Paragraph two</p>
<table border="1">
<tr>
<td><p>One</p></td>
<td>[<p>Two</p></td>
</tr>
<tr>
<td><p>Three</p>]</td>
<td><p>Four</p></td>
</tr>
</table>
<p>Paragraph three</p>
<p>Paragraph four</p>
</body>
</html>