| OLD | NEW |
| (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 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | |
| 6 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification | |
| 7 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | |
| 8 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification | |
| 9 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | |
| 10 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification | |
| 11 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | |
| 12 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | |
| 13 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | |
| 14 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification | |
| 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: webViewDidChange:WebViewDidChangeNotification | |
| 21 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | |
| 22 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | |
| 23 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | |
| 24 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification | |
| 25 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | |
| 26 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification | |
| 27 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | |
| 28 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification | |
| 29 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | |
| 30 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification | |
| 31 Tests bold/italic style toggling on a content that has text node without rendere
r (Ex: Tab/Space used for indentation) | |
| 32 | |
| 33 Some text | |
| 34 Some more text | |
| 35 | |
| 36 | |
| 37 Test for mac | |
| 38 execBoldCommand: <div id="test"> <div><b>Some text</b></div> <p><b>Some more tex
t</b></p> </div> | |
| 39 execItalicCommand: <div id="test"> <div><b><i>Some text</i></b></div> <p><b><i>S
ome more text</i></b></p> </div> | |
| 40 execBoldCommand: <div id="test"> <div><i>Some text</i></div> <p><i>Some more tex
t</i></p> </div> | |
| 41 execItalicCommand: <div id="test"> <div>Some text</div> <p>Some more text</p> </
div> | |
| 42 | |
| 43 Test for win | |
| 44 execBoldCommand: <div id="test"> <div><b>Some text</b></div> <p><b>Some more tex
t</b></p> </div> | |
| 45 execItalicCommand: <div id="test"> <div><b><i>Some text</i></b></div> <p><b><i>S
ome more text</i></b></p> </div> | |
| 46 execBoldCommand: <div id="test"> <div><i>Some text</i></div> <p><i>Some more tex
t</i></p> </div> | |
| 47 execItalicCommand: <div id="test"> <div>Some text</div> <p>Some more text</p> </
div> | |
| 48 | |
| 49 Test for unix | |
| 50 execBoldCommand: <div id="test"> <div><b>Some text</b></div> <p><b>Some more tex
t</b></p> </div> | |
| 51 execItalicCommand: <div id="test"> <div><b><i>Some text</i></b></div> <p><b><i>S
ome more text</i></b></p> </div> | |
| 52 execBoldCommand: <div id="test"> <div><i>Some text</i></div> <p><i>Some more tex
t</i></p> </div> | |
| 53 execItalicCommand: <div id="test"> <div>Some text</div> <p>Some more text</p> </
div> | |
| OLD | NEW |