Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / pasteboard / line-feed-between-br-and-b-should-not-reorder-pasted-content-expected.txt
blob8e383a787ec3089698f886d21ac4e2b7b2ea778f
1 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
2 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
3 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
4 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
5 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
6 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
7 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
8 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
9 Tests: 
10 Bug fix for <rdar://problem/4035648> REGRESSION (Mail): line feed in source HTML file causes bad copy/paste behavior 
11 In particular, the line feed that appears between br and b elements should not reorder the content in createMarkup.
12 Expected Results: 
13 Should see the text self-documenting itself correctly: 
14 bold
15 plain
18 Before cut:
19 | "
21 | <div>
22 |   class="editing"
23 |   id="test"
24 |   "
26 |   <#selection-anchor>
27 |   <br>
28 |   "
30 |   <b>
31 |     "bold"
32 |     <br>
33 |     "
35 |   "
36 plain<#selection-focus>
38 | "
41 After cut:
42 | "
44 | <div>
45 |   class="editing"
46 |   id="test"
47 |   <#selection-caret>
48 |   <br>
49 | "
52 After paste:
53 | "
55 | <div>
56 |   class="editing"
57 |   id="test"
58 |   <br>
59 |   <b>
60 |     "bold"
61 |     <br>
62 |   "plain<#selection-caret>"
63 |   <br>
64 | "