| Index: LayoutTests/imported/web-platform-tests/html/semantics/forms/the-input-element/radio-expected.txt
|
| diff --git a/LayoutTests/imported/web-platform-tests/html/semantics/forms/the-input-element/radio-expected.txt b/LayoutTests/imported/web-platform-tests/html/semantics/forms/the-input-element/radio-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..b83ac3c91a3495e4f0dbbe843d622c850ae41a08
|
| --- /dev/null
|
| +++ b/LayoutTests/imported/web-platform-tests/html/semantics/forms/the-input-element/radio-expected.txt
|
| @@ -0,0 +1,12 @@
|
| +
|
| +This is a testharness.js-based test.
|
| +FAIL click on mutable radio fires the input event assert_true: expected true got false
|
| +FAIL click on mutable radio fires the change event assert_true: event should be trusted expected true got undefined
|
| +PASS click on non-mutable radio doesn't fire the input event
|
| +PASS click on non-mutable radio doesn't fire the change event
|
| +FAIL canceled activation steps on unchecked radio assert_false: expected false got true
|
| +PASS only one control of a radio button group can have its checkedness set to true
|
| +PASS radio inputs with name attributes groüp2 and groÜp2 belong to the same radio button group
|
| +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
|
| +Harness: the test ran to completion.
|
| +
|
|
|