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

Side by Side Diff: LayoutTests/fast/forms/button-in-forms-collection-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 The following tests for regression against 4405: <button> not listed in form col lections. You should see a series of lines starting with PASS. 1 PASS successfullyParsed is true
2 2
3 Button2 3 TEST COMPLETE
4
5 PASS document.test.elements.length is 2
6 PASS document.test.elements[0].name is "foo"
7 PASS document.test.elements[1].name is "bla"
8 PASS document.test.foo.value is "Button1"
9 PASS document.test.bla.value is "Button2"
10
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698