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