Index: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/radio-groupname-case-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/radio-groupname-case-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/radio-groupname-case-expected.txt |
index 10c1c8172ab64c1ec54f1adb725b5cad2ea6b22c..1620c17a55782251ff61620cbfd5552c983d6ea4 100644 |
--- a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/radio-groupname-case-expected.txt |
+++ b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/radio-groupname-case-expected.txt |
@@ -1,10 +1,10 @@ |
This is a testharness.js-based test. |
-PASS radio button group name = sImPlE |
-FAIL radio button group name = paSSfield-killroyß assert_false: expected false got true |
-FAIL radio button group name = глупый assert_false: expected false got true |
-PASS radio button group name = åωk |
-FAIL radio button group name = blah1 assert_false: expected false got true |
-FAIL radio button group name = tÉdz5アパートFi assert_false: expected false got true |
-PASS radio button group name = ΣΣ |
+FAIL Among names like sImPlE, everything must be checkable at the same time assert_true: sImPlE must be checked expected true got false |
+FAIL Among names like paSSfield-killroyß, everything must be checkable at the same time assert_true: paSSfield-killroyß must be checked expected true got false |
+FAIL Among names like глупый, everything must be checkable at the same time assert_true: глупый must be checked expected true got false |
+FAIL Among names like åωk, everything must be checkable at the same time assert_true: åωk must be checked expected true got false |
+FAIL Among names like blah1, everything must be checkable at the same time assert_true: blⒶh1 must be checked expected true got false |
+FAIL Among names like tÉdz5アパートFi, everything must be checkable at the same time assert_true: tÉdz5アパートFi must be checked expected true got false |
+FAIL Among names like ΣΣ, everything must be checkable at the same time assert_true: ΣΣ must be checked expected true got false |
Harness: the test ran to completion. |