OLD | NEW |
1 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | 1 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n |
2 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | 2 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n |
3 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | 3 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n |
4 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | 4 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n |
5 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | 5 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n |
6 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | 6 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n |
7 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | 7 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n |
8 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification | 8 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification |
9 This test verifies that copying is disabled for password fields by attempting to
copy from a password field and paste into a textfield. If the test passes, you'
ll see a of 'PASS' message below, and the textfield will remain unmodified. | 9 This test verifies that copying is disabled for password fields by attempting to
copy from a password field and paste into a textfield. If the test passes, you'
ll see a of 'PASS' message below, and the textfield will remain unmodified. |
10 | 10 |
11 (The test is only meaningful in debug builds, since paste is disabled in release
builds.) | 11 (The test is only meaningful in debug builds, since paste is disabled in release
builds.) |
12 | 12 |
13 | 13 |
14 PASS document.getElementById("text").value is "[not modified]" | |
15 PASS successfullyParsed is true | 14 PASS successfullyParsed is true |
16 | 15 |
17 TEST COMPLETE | 16 TEST COMPLETE |
| 17 PASS document.getElementById("text").value is "[not modified]" |
18 | 18 |
OLD | NEW |