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

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

Issue 23475019: The HTML parser should lazy attach. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: moar whitespace text node rebaselines Created 7 years, 3 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 | Annotate | Revision Log
OLDNEW
1 This will test that radio buttons can be moved in and out of forms while maintai ning only one checked button per group, per form. 1 This will test that radio buttons can be moved in and out of forms while maintai ning only one checked button per group, per form.
2 Test 1: Transfer radio buttons from <body> to <form>: 2 Test 1: Transfer radio buttons from <body> to <form>:
3 3
4 Test 1 Passed 4 Test 1 Passed
5 5
6 Test 2: Transfer radio buttons from <form> to <body>: 6 Test 2: Transfer radio buttons from <form> to <body>:
7 Test 2 Passed 7 Test 2 Passed
8 8
9 Test 3: Transfer radio buttons from <form> to <body> with a dormant state in the middle: 9 Test 3: Transfer radio buttons from <form> to <body> with a dormant state in the middle:
10 Test 3 Passed 10 Test 3 Passed
11 11
12 Test 4: Transfer from <form> to <form> 12 Test 4: Transfer from <form> to <form>
13 13
14 Test 4 Passed 14 Test 4 Passed
15 15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698