blob: efb562408a2c32c8686db9917fe91edbe2b18319 [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>One</td>
<td>[Two</td>
</tr>
<tr>
<td>Three]</td>
<td>Four</td>
</tr>
</table>
<p>Paragraph three</p>
<p>Paragraph four</p>
</body>
</html>