Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / execCommand / delete-line-and-insert-text-in-font-inside-blockquote-expected.txt
blobdaf15d48a053968d4755c4993591e9500905850e
1 This tests deleting a line inside a font element inside a blockquote.
3 There should be exactly one blockquote and you should see "hello world" below:
4 | "
6 | <blockquote>
7 |   style="background-color:yellow"
8 |   <br>
9 |   <font>
10 |     style="color:blue"
11 |     "hello<#selection-caret> world
13 | "