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.
3 (The test is only meaningful in debug builds, since paste is disabled in release builds.)
6 PASS successfullyParsed is true
9 PASS document.getElementById("text").value is "[not modified]"