blob: 32c9d32c71aad277db958c7e4b9e4a75f7615fb3 [file] [log] [blame]
This tests for a crash when removing format from two paragraphs that are inside blocks with different block properties than the blocks surrounding them. You should see two left aligned paragraphs below. It demonstrates a bug: RemoveFormat doesn't always reset text alignment
<div style="text-align: right;">
<div>foo<br>bar</div>
</div>