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

Side by Side Diff: third_party/WebKit/LayoutTests/editing/execCommand/remove-formatting-expected.txt

Issue 2452003002: Convert editing/deleting/remove-formatting.html to utilize w3c test harness (Closed)
Patch Set: 2016-10-26T17:13:06 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/remove-formatting.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: webViewDidChange:WebViewDidChangeNotification
5 This is a test for execCommand("RemoveFormat"). It demonstrates a bug: everythin g in the editable region below should be selected, as everything was selected be fore Remove Format was performed.
6
7 markup:
8 | "
9 "
10 | "<#selection-anchor>foo"
11 | <a>
12 | href="http://www.google.com/"
13 | "bar"
14 | "baz"
15 | <br>
16 | "
17 "
18 | <table>
19 | border="1"
20 | <tbody>
21 | <tr>
22 | <td>
23 | "foo"
24 | <td>
25 | "bar"
26 | <td>
27 | "baz"
28 | "
29 "
30 | "foo"
31 | "bar"
32 | "baz<#selection-focus>"
33 | <br>
34 | "
35 "
36
37 console:
38 |
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/editing/execCommand/remove-formatting.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698