OLD | NEW |
1 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. | 1 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. |
2 | 2 |
3 (The test is only meaningful in debug builds, since paste is disabled in release
builds.) | 3 (The test is only meaningful in debug builds, since paste is disabled in release
builds.) |
4 | 4 |
5 | 5 |
6 PASS successfullyParsed is true | 6 PASS successfullyParsed is true |
7 | 7 |
8 TEST COMPLETE | 8 TEST COMPLETE |
9 PASS document.getElementById("text").value is "[not modified]" | 9 PASS document.getElementById("text").value is "[not modified]" |
10 | 10 |
OLD | NEW |