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 |
index b41241d00dd974b07e7d764a7b4a773747a686a1..eb2b5cd68e82d56d1874a67b4802e93d42c75f77 100644 |
--- 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 |
@@ -1,6 +1,6 @@ |
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 mutable radio fires the change event |
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 |