blob: 86116e452e6197217d3c399f25db57a4087bc9c4 [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>T[wo</p></td>
</tr>
<tr>
<td><p>Thr]ee</p></td>
<td><p>Four</p></td>
</tr>
</table>
<p>Paragraph three</p>
<p>Paragraph four</p>
</body>
</html>