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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/radio-groupname-case-expected.txt

Issue 2468053002: Import wpt@9fcccf38b6be00f71ffa6bd6e29c5aa1ef25ee8c (Closed)
Patch Set: Skip cssom and svg/shapes, remove unwanted baseline Created 4 years, 1 month 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: 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.

Powered by Google App Engine
This is Rietveld 408576698