EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification 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. markup: | " " | "<#selection-anchor>foo" | | href="http://www.google.com/" | "bar" | "baz" |
| " " | | border="1" | | |
| "foo" | | "bar" | | "baz" | " " | "foo" | "bar" | "baz<#selection-focus>" |
| " " console: |