blob: 136dc39a0d1d84722a276abc7b0608af3e7b201d [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 style="">foo<br>bar</div>
</div>