OLD | NEW |
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 |
OLD | NEW |