Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(200)

Side by Side Diff: third_party/WebKit/LayoutTests/editing/pasteboard/copy-in-password-field-expected.txt

Issue 2887273003: No extra space emission in TextIterator::HandleReplacedElement (Closed)
Patch Set: Fri May 19 00:09:20 PDT 2017 Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698