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

Side by Side Diff: LayoutTests/fast/forms/radio/radio-remove-form-attr-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 Test that removing a form attribute from an input element leaves any existing ra dio button group in the document in a valid state. 1 Test that removing a form attribute from an input element leaves any existing ra dio button group in the document in a valid state.
2 2
3 - Verify initial state 3 - Verify initial state
4 PASS rb1.checked is false 4 PASS rb1.checked is false
5 PASS rb2.checked is false 5 PASS rb2.checked is false
6 PASS rb3.checked is true 6 PASS rb3.checked is true
7 PASS rb4.checked is false 7 PASS rb4.checked is false
8 PASS rb5.checked is true 8 PASS rb5.checked is true
9 9
10 - Remove form attr from rb3, verify that rb5 becomes unchecked state 10 - Remove form attr from rb3, verify that rb5 becomes unchecked state
11 PASS rb1.checked is false 11 PASS rb1.checked is false
12 PASS rb2.checked is false 12 PASS rb2.checked is false
13 PASS rb3.checked is true 13 PASS rb3.checked is true
14 PASS rb4.checked is false 14 PASS rb4.checked is false
15 PASS rb5.checked is false 15 PASS rb5.checked is false
16 PASS successfullyParsed is true
17
18 TEST COMPLETE
16 19
17 20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698