blob: 074422451a73eca79273eb1bf9fedc72ffd49c43 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
.custom { border: 1px solid red }
</style>
<script>
function performTest()
{
Formatting_applyFormattingChanges(".custom",null);
showSelection();
}
</script>
</head>
<body>
<div>
<p>One</p>
<p>Two[]</p>
<p>Three</p>
</div>
</body>
</html>