blob: ca57de078e38e0424857bb9cd8b5670799672199 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
Formatting_applyFormattingChanges(null,{"margin-left": "10%"});
}
</script>
</head>
<body>
<div>
<p>One</p>
<p>T[]wo</p>
<p>Three</p>
</div>
</body>
</html>