Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / inserting / 6104369-expected.txt
blob55f0943aae0685f05834ca68aea57243fb539879
1 This tests for a bug where hitting return at the end of a paragraph inside a blockquote would create an extraneous empty quoted paragraph. You should see "line one" (quoted), "" (unquoted), and "line two" (quoted) below.
2 <blockquote type="cite"><div id="test">line one<br></div></blockquote><br><blockquote type="cite"><div id="test">line two</div></blockquote>