blob: f8133dcfc9b4a02a9b442d5f4a4c06c8d9c2a2b0 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
Formatting_applyFormattingChanges(null,{"color": "red"});
}
</script>
</head>
<body>
<p style="width: 100px">
Some [sample] text
</p>
</body>
</html>