Pass | click on mutable radio fires click event, then input event, then change event | Asserts runPass | assert_false(false, "click event should fire before input event")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:117:5) | Pass | assert_false(false, "click event should fire before change event")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:118:5) | Pass | assert_false(false, "click()-initiated click event shouldn't be trusted")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:119:5) | Pass | assert_true(true, "input event should fire after click event")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:124:5) | Pass | assert_false(false, "input event should fire before change event")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:125:5) | Pass | assert_true(true, "input event should bubble")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:126:5) | Pass | assert_true(true, "input event should be trusted")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:127:5) | Pass | assert_false(false, "input event should not be cancelable")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:128:5) | Pass | assert_true(true, "change event should fire after click event")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:133:5) | Pass | assert_true(true, "change event should fire after input event")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:134:5) | Pass | assert_true(true, "change event should bubble")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:135:5) | Pass | assert_true(true, "change event should be trusted")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:136:5) | Pass | assert_false(false, "change event should not be cancelable")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:137:5) | Pass | assert_true(true)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:150:5) |
|
Pass | click on non-mutable radio doesn't fire the input event | Asserts runNo asserts ran |
Pass | click on non-mutable radio doesn't fire the change event | Asserts runNo asserts ran |
Pass | canceled activation steps on unchecked radio | Asserts runPass | assert_true(true, "initially checked radio should be checked")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:170:5) | Pass | assert_false(false, "other radios in same group as initially-checked radio should be unchecked")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:171:5) | Pass | assert_false(false, "click on radio should uncheck other radio in same group")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:161:5) | Pass | assert_true(true, "click on radio should check that radio")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:162:5) | Pass | assert_false(false, "radio remains unchecked immediately after click event on other radio in same group is canceled")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:165:5) | Pass | assert_true(true, "clicked radio remains checked immediately after click event is canceled")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:166:5) | Pass | assert_true(true, "canceled click event on radio should leave the previously-checked radio checked")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:174:5) | Pass | assert_false(false, "canceled click event on previously-unchecked radio should leave that radio unchecked")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:175:5) |
|
Pass | only one control of a radio button group can have its checkedness set to true | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:56:5) | Pass | assert_false(false)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:57:5) | Pass | assert_true(true)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:59:5) | Pass | assert_false(false)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:60:5) | Pass | assert_false(false)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:62:5) | Pass | assert_true(true)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:63:5) |
|
Pass | radio inputs with non-ASCII name attributes belong to the same radio button group | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:67:5) | Pass | assert_false(false)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:68:5) | Pass | assert_true(true)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:70:5) | Pass | assert_false(false)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:71:5) | Pass | assert_false(false)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:73:5) | Pass | assert_true(true)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:74:5) |
|
Pass | changing the name of a radio input element and setting its checkedness to true makes all the other elements' checkedness in the same radio button group be set to false | Asserts runPass | assert_true(true)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:78:5) | Pass | assert_false(false)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:79:5) | Pass | assert_false(false)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:80:5) | Pass | assert_true(true)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:81:5) | Pass | assert_true(true)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:84:5) | Pass | assert_true(true)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:85:5) | Pass | assert_false(false)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:86:5) | Pass | assert_false(false)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:87:5) |
|
Pass | moving radio input element out of or into a form should still work as expected | Asserts runPass | assert_true(true)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:92:5) | Pass | assert_false(false)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:93:5) | Pass | assert_false(false)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:94:5) | Pass | assert_true(true)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:96:5) | Pass | assert_false(false)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:97:5) | Pass | assert_true(true)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:100:5) | Pass | assert_false(false)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:101:5) | Pass | assert_false(false)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:103:5) | Pass | assert_true(true)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:104:5) | Pass | assert_true(true)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:108:5) | Pass | assert_false(false)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:109:5) | Pass | assert_true(true)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:111:5) | Pass | assert_false(false)
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:112:5) |
|
Pass | Radio buttons in an orphan tree should make a group | Asserts runPass | assert_false(false, "Sanity check: The first radio should be unchecked")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:184:5) | Pass | assert_true(true, "Sanity check: The second radio should be checked")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:185:5) | Pass | assert_true(true, "Sanity check: The third radio should be checked")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:186:5) | Pass | assert_true(true, "The first radio should be checked after setting checked")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:189:5) | Pass | assert_false(false, "The second radio should be unchecked after setting checked")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:190:5) | Pass | assert_true(true, "The third radio should be checked after setting checked")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:191:5) | Pass | assert_false(false, "The first radio should be valid")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:194:5) | Pass | assert_false(false, "The second radio should be valid")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:195:5) | Pass | assert_false(false, "The third radio should be valid")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:196:5) | Pass | assert_false(false, "The first radio should be valid because of no required")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:199:5) | Pass | assert_true(true, "The second radio should be invalid***")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:200:5) | Pass | assert_false(false, "The third radio should be valid")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:201:5) | Pass | assert_true(true, "The first radio should be invalid because of required")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:205:5) |
|
Pass | Radio buttons in different groups (because they have different form owners or no form owner) do not affect each other's checkedness | Asserts runPass | assert_true(true, "radio1 should be checked")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:229:5) | Pass | assert_false(false, "radio2 should be unchecked")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:230:5) | Pass | assert_true(true, "radio3 should be checked")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:231:5) | Pass | assert_false(false, "radio4 should be unchecked")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:232:5) | Pass | assert_true(true, "radio5 should be checked")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:233:5) | Pass | assert_false(false, "radio6 should be unchecked")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:234:5) | Pass | assert_false(false, "radio1 should be unchecked")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:237:5) | Pass | assert_true(true, "radio2 should be checked")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:238:5) | Pass | assert_true(true, "radio3 should remain checked")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:239:5) | Pass | assert_true(true, "radio5 should remain checked")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:240:5) | Pass | assert_false(false, "radio1 should remain unchecked")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:243:5) | Pass | assert_true(true, "radio2 should remain checked")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:244:5) | Pass | assert_false(false, "radio3 should be unchecked")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:245:5) | Pass | assert_true(true, "radio4 should be checked")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:246:5) | Pass | assert_true(true, "radio5 should remain checked")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:247:5) | Pass | assert_false(false, "radio1 should remain unchecked")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:250:5) | Pass | assert_true(true, "radio2 should remain checked")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:251:5) | Pass | assert_false(false, "radio3 should remain unchecked")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:252:5) | Pass | assert_true(true, "radio4 should remain checked")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:253:5) | Pass | assert_false(false, "radio5 should be unchecked")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:254:5) | Pass | assert_true(true, "radio6 should be checked")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:255:5) |
|
Pass | Radio buttons in different groups (because they are not in the same tree) do not affect each other's checkedness | Asserts runPass | assert_true(true, "radio1 should be checked")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:273:5) | Pass | assert_false(false, "radio2 should be unchecked")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:274:5) | Pass | assert_false(false, "radio3 should be unchecked")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:275:5) | Pass | assert_false(false, "radio4 should be unchecked")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:276:5) | Pass | assert_true(true, "radio1 should remain checked")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:282:5) | Pass | assert_false(false, "radio2 should remain unchecked")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:283:5) | Pass | assert_true(true, "radio3 should be checked")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:284:5) | Pass | assert_true(true, "radio4 should be checked")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:285:5) |
|
Pass | Radio buttons in different groups (because they have different name attribute values, or no name attribute) do not affect each other's checkedness | Asserts runPass | assert_true(true, "radio1 should be checked")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:311:5) | Pass | assert_false(false, "radio2 should be unchecked")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:312:5) | Pass | assert_true(true, "radio3 should be checked")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:313:5) | Pass | assert_false(false, "radio4 should be unchecked")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:314:5) | Pass | assert_true(true, "radio5 should be checked")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:315:5) | Pass | assert_false(false, "radio6 should be unchecked")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:316:5) | Pass | assert_true(true, "radio7 should be checked")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:317:5) | Pass | assert_false(false, "radio8 should be unchecked")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:318:5) | Pass | assert_false(false, "radio1 should be unchecked")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:321:5) | Pass | assert_true(true, "radio2 should be checked")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:322:5) | Pass | assert_true(true, "radio3 should remain checked")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:323:5) | Pass | assert_false(false, "radio4 should remain unchecked")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:324:5) | Pass | assert_true(true, "radio5 should remain checked")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:325:5) | Pass | assert_false(false, "radio6 should remain unchecked")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:326:5) | Pass | assert_true(true, "radio7 should remain checked")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:327:5) | Pass | assert_false(false, "radio8 should remain unchecked")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:328:5) | Pass | assert_false(false, "radio1 should remain unchecked")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:331:5) | Pass | assert_true(true, "radio2 should remain checked")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:332:5) | Pass | assert_true(true, "radio3 should remain checked")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:333:5) | Pass | assert_false(false, "radio4 should remain unchecked")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:334:5) | Pass | assert_true(true, "radio5 should remain checked")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:335:5) | Pass | assert_true(true, "radio6 should be checked")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:336:5) | Pass | assert_true(true, "radio7 should remain checked")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:337:5) | Pass | assert_false(false, "radio1 should remain unchecked")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:340:5) | Pass | assert_true(true, "radio2 should remain checked")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:341:5) | Pass | assert_true(true, "radio3 should remain checked")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:342:5) | Pass | assert_false(false, "radio4 should remain unchecked")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:343:5) | Pass | assert_true(true, "radio5 should remain checked")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:344:5) | Pass | assert_true(true, "radio6 should remain checked")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:345:5) | Pass | assert_true(true, "radio7 should remain checked")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:346:5) | Pass | assert_true(true, "radio8 should be checked")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/radio.html:347:5) |
|