Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / inserting / 6104369-2-expected.txt
blobfe1a26a3bf57c17a5927c064db783d3897252333
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"><pre id="pre">line one
3 </pre></blockquote><br><blockquote type="cite"><pre id="pre">line two</pre></blockquote>