upload tizen1.0 source
[framework/web/webkit-efl.git] / LayoutTests / editing / execCommand / 5770834-1-expected.txt
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
2
3
4 <div style="text-align: right;">
5 <div>foo<br>bar</div>
6 </div>
7