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

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

Issue 1144143009: W3C Test: Import web-platform-tests/html/semantics (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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
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.
+

Powered by Google App Engine
This is Rietveld 408576698