Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / execCommand / remove-formatting-expected.txt
blob4844a0b816d8fa1a777e571990153ad2edd46195
1 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
2 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
3 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
4 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
5 This is a test for execCommand("RemoveFormat"). It demonstrates a bug: everything in the editable region below should be selected, as everything was selected before Remove Format was performed.
7 markup:
8 | "
10 | "<#selection-anchor>foo"
11 | <a>
12 |   href="http://www.google.com/"
13 |   "bar"
14 | "baz"
15 | <br>
16 | "
18 | <table>
19 |   border="1"
20 |   <tbody>
21 |     <tr>
22 |       <td>
23 |         "foo"
24 |       <td>
25 |         "bar"
26 |       <td>
27 |         "baz"
28 | "
30 | "foo"
31 | "bar"
32 | "baz<#selection-focus>"
33 | <br>
34 | "
37 console:
38