blob: 9a9d56cda108b76717fd27ae75b82b920b7d0cbf [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>