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

Side by Side Diff: third_party/WebKit/LayoutTests/editing/execCommand/format-block-expected.txt

Issue 2448373003: Convert editing/execCommand/format-block.html to utilize w3c test harness (Closed)
Patch Set: 2016-10-26T14:32:42 Created 4 years, 1 month 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/execCommand/format-block.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: webViewDidChange:WebViewDidChangeNotification
4 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
5 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
6 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
7 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
8 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
9 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
10 This test uses FormatBlock to modify three of the paragraphs below
11
12 Before FormatBlock:
13 | "
14 "
15 | <p>
16 | id="item1"
17 | "Make Pre"
18 | "
19 "
20 | <br>
21 | "
22 "
23 | <div>
24 | "Foo"
25 | <br>
26 | <span>
27 | id="item2"
28 | "Make h1"
29 | <br>
30 | "baz"
31 | "
32 "
33 | <br>
34 | "
35 "
36 | <address>
37 | id="item3"
38 | "Attempt to apply the current formatting here"
39 | "
40 "
41
42 After FormatBlock:
43 | "
44 "
45 | <pre>
46 | "Make Pre"
47 | "
48 "
49 | <br>
50 | "
51 "
52 | <div>
53 | "Foo"
54 | <br>
55 | <h1>
56 | <span>
57 | id="item2"
58 | "Make h1"
59 | "baz"
60 | "
61 "
62 | <br>
63 | "
64 "
65 | <address>
66 | id="item3"
67 | "<#selection-caret>Attempt to apply the current formatting here"
68 | "
69 "
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/editing/execCommand/format-block.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698