Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / execCommand / outdent-regular-blockquote-expected.txt
blob7548da0c0308f3a142dc30f7ca602ac0b5ec3760
1 This tests outdenting "two", the second paragraph in a regular blockquote (not created by WebKit). After outdenting two, there should be exactly two blockquotes.
3 one
4 two
5 three
6 Before: <blockquote id="test">one<br>two<br>three</blockquote>
7 After: <blockquote id="test">one<br></blockquote>two<br><blockquote>three</blockquote>