blob: 111dc22b6e68f4ab2fa3c5cc97c96a9b13a7f77a [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
Formatting_applyFormattingChanges(".test",null);
}
</script>
</head>
<body>
<ul>
<li>Item one</li>
<li>Item [two</li>
<li>Item three</li>
<li>Item] four</li>
<li>Item five</li>
</ul>
</body>
</html>