Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / deleting / paragraph-in-preserveNewline-expected.txt
blob6d9245f4ed97b9ff1ec51d88d32b1dde13bbe614
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: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
7 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
8 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
9 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
10 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
11 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
12 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
13 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
14 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
15 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
16 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
17 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
18 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
19 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
20 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
21 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
22 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
23 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
24 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
25 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
26 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
27 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
28 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
29 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
30 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
31 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
32 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
33 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
34 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
35 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
36 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
37 This tests for a bug where deleting a paragraph in preserveNewline text would introduce an extra line.  You should see '\nbar' below.
39 initial state:
40 | <pre>
41 |   "foo
42 bar"
44 on mac:
45 | <pre>
46 |   "<#selection-caret>
47 bar"
49 after undo on mac:
50 | <pre>
51 |   "<#selection-anchor>foo<#selection-focus>
52 bar"
54 on win:
55 | <pre>
56 |   "<#selection-caret>
57 bar"
59 after undo on win:
60 | <pre>
61 |   "<#selection-anchor>foo<#selection-focus>
62 bar"
64 on unix:
65 | <pre>
66 |   "<#selection-caret>
67 bar"
69 after undo on unix:
70 | <pre>
71 |   "<#selection-anchor>foo<#selection-focus>
72 bar"
74 on android:
75 | <pre>
76 |   "<#selection-caret>
77 bar"
79 after undo on android:
80 | <pre>
81 |   "<#selection-anchor>foo<#selection-focus>
82 bar"