Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(29)

Side by Side Diff: third_party/WebKit/LayoutTests/editing/deleting/paragraph-in-preserveNewline-expected.txt

Issue 2297103002: Convert editing/deleting/paragraph-in-preserveNewline.html to use w3c test harness (Closed)
Patch Set: 2016-08-31T13:31:55 Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/WebKit/LayoutTests/editing/deleting/paragraph-in-preserveNewline.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
2 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
3 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
4 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
5 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
6 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
7 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
8 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
9 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
10 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
11 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
12 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
13 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
14 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
15 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
16 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
17 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
18 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
19 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
20 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
21 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
22 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
23 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
24 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
25 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
26 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
27 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
28 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
29 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
30 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
31 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
32 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
33 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
34 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
35 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
36 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
37 This tests for a bug where deleting a paragraph in preserveNewline text would in troduce an extra line. You should see '\nbar' below.
38
39 initial state:
40 | <pre>
41 | "foo
42 bar"
43
44 on mac:
45 | <pre>
46 | "<#selection-caret>
47 bar"
48
49 after undo on mac:
50 | <pre>
51 | "<#selection-anchor>foo<#selection-focus>
52 bar"
53
54 on win:
55 | <pre>
56 | "<#selection-caret>
57 bar"
58
59 after undo on win:
60 | <pre>
61 | "<#selection-anchor>foo<#selection-focus>
62 bar"
63
64 on unix:
65 | <pre>
66 | "<#selection-caret>
67 bar"
68
69 after undo on unix:
70 | <pre>
71 | "<#selection-anchor>foo<#selection-focus>
72 bar"
73
74 on android:
75 | <pre>
76 | "<#selection-caret>
77 bar"
78
79 after undo on android:
80 | <pre>
81 | "<#selection-anchor>foo<#selection-focus>
82 bar"
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/editing/deleting/paragraph-in-preserveNewline.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698