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

Unified Diff: LayoutTests/imported/web-platform-tests/html/semantics/forms/the-input-element/radio-expected.txt

Issue 1233233003: Add Event.isTrusted support (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master_event_trusted_main2
Patch Set: Fix nits Created 5 years, 5 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 side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698