Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / pasteboard / paste-text-with-style-expected.txt
blobe7cad432a275fef027566b79bd3a781bb22d0e6b
1 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
2 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
3 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
4 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
6 Markup before:
7 | "
9 | <b>
10 |   <i>
11 |     "<#selection-caret>hello bold and italic"
12 | <div>
13 |   <i>
14 |     "hello italic"
15 | <div>
16 |   <font>
17 |     color="#ff0000"
18 |     "hello red"
19 | "
22 Markup after:
23 | <b>
24 |   <i>
25 |     "hello bold and italic"
26 | <div>
27 |   <i>
28 |     "hello italic"
29 | <div>
30 |   <font>
31 |     color="#ff0000"
32 |     "hello red<#selection-caret>"
33 | "