I have a div in the editor of FF :
<div align='right'>asdasd</div>
and
<div style="text-align:right">asdasd</div>
When I select either of these and fire this command using JS :
document.execCommand('removeformat',false,null);
These justifications are not removed. WHile this happens on Chrome.