blob: 79b753a8fb9cda658f0339fe88de14905f5b5b94 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
var properties = Formatting_getFormatting();
delete properties["-uxwrite-shift"];
Selection_clearSelection();
var lines = new Array();
var names = Object.getOwnPropertyNames(properties).sort();
for (var i = 0; i < names.length; i++)
lines.push(names[i]+" = "+properties[names[i]]+"\n");
return lines.join("");
}
</script>
</head>
<body>
<h1>[]</h1>
</body>
</html>