blob: d9c537b698a11a101a0617c0d6b93858b7ab7283 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
Formatting_applyFormattingChanges("",null);
// An unrelated part of the code adds "id" attributes to heading elements to keep track of
// sections - we're not testing that functionality here, so we want to ignore them
removeIds();
}
</script>
</head>
<body>
<table>
<tr>
<td>[]</td>
</tr>
</table>
</html>