Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / execCommand / indent-div-inside-list-expected.txt
blob99e18fceba2ca6178afe7b636e88b25fbb982648
1 This tests indenting a div inside a list item. By indenting "world", we should be inserting a blockquote around world inside the list item.
4 hello
5 world
7 a <ul> <li>hello<div id="test"><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;"> world </blockquote></div></li> </ul> b