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

Side by Side Diff: LayoutTests/fast/forms/autocomplete-expected.txt

Issue 54473004: Make js-test-post a noop. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add mac NeedsRebaselines Created 7 years, 1 month 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 | Annotate | Revision Log
OLDNEW
1 This tests that the 'autocomplete' attribute of form and input elements is bound to a JavaScript property. 1 This tests that the 'autocomplete' attribute of form and input elements is bound to a JavaScript property.
2 2
3 PASS successfullyParsed is true
4
5 TEST COMPLETE
3 PASS ('autocomplete' in form) is true 6 PASS ('autocomplete' in form) is true
4 PASS ('autocomplete' in field) is true 7 PASS ('autocomplete' in field) is true
5 PASS form.getAttribute('autocomplete') is null 8 PASS form.getAttribute('autocomplete') is null
6 PASS field.getAttribute('autocomplete') is null 9 PASS field.getAttribute('autocomplete') is null
7 PASS form.autocomplete is "" 10 PASS form.autocomplete is ""
8 PASS field.autocomplete is "" 11 PASS field.autocomplete is ""
9 PASS form.getAttribute('autocomplete') is "off" 12 PASS form.getAttribute('autocomplete') is "off"
10 PASS field.getAttribute('autocomplete') is "off" 13 PASS field.getAttribute('autocomplete') is "off"
11 PASS form.autocomplete is "on" 14 PASS form.autocomplete is "on"
12 PASS field.autocomplete is "on" 15 PASS field.autocomplete is "on"
13 16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698