Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / execCommand / 5770834-1-expected.txt
blob32c9d32c71aad277db958c7e4b9e4a75f7615fb3
1 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
4 <div style="text-align: right;">
5 <div>foo<br>bar</div>
6 </div>