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

Unified Diff: LayoutTests/fast/forms/radio/radio-indeterminate-pseudo-class-expected.txt

Issue 394433002: Add :indeterminate pseudo class support for radio button input (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 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/fast/forms/radio/radio-indeterminate-pseudo-class-expected.txt
diff --git a/LayoutTests/fast/forms/radio/radio-indeterminate-pseudo-class-expected.txt b/LayoutTests/fast/forms/radio/radio-indeterminate-pseudo-class-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..9efa9324edcb8c3f79d2a3bff30e6340439026d4
--- /dev/null
+++ b/LayoutTests/fast/forms/radio/radio-indeterminate-pseudo-class-expected.txt
@@ -0,0 +1,38 @@
+This tests :indeterminate pseudo class matches when there is no checked radio button in a radio button group.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+If a name isn't specified, it is in its own radio group.
+PASS r1_1.matches(":indeterminate") is true
+Setting indeterminate property shouldn't affect radio buttons.
+PASS r1_1.matches(":indeterminate") is true
+PASS r1_1.matches(":indeterminate") is false
+PASS r1_1.matches(":indeterminate") is false
+Changing checked should affect the matching of other buttons within the radio group.
+PASS r2_1.matches(":indeterminate") is true
+PASS r2_2.matches(":indeterminate") is true
+PASS r2_3.matches(":indeterminate") is true
+PASS r2_1.matches(":indeterminate") is false
+PASS r2_2.matches(":indeterminate") is false
+PASS r2_3.matches(":indeterminate") is false
+PASS r2_1.matches(":indeterminate") is false
+PASS r2_2.matches(":indeterminate") is false
+PASS r2_3.matches(":indeterminate") is false
+PASS r2_1.matches(":indeterminate") is true
+PASS r2_2.matches(":indeterminate") is true
+PASS r2_3.matches(":indeterminate") is true
+Adding/removing a button from a group should affect the matching.
+PASS r3_1.matches(":indeterminate") is false
+PASS r4_1.matches(":indeterminate") is true
+PASS r4_2.matches(":indeterminate") is true
+PASS r3_1.matches(":indeterminate") is false
+PASS r4_1.matches(":indeterminate") is false
+PASS r4_2.matches(":indeterminate") is false
+PASS r3_1.matches(":indeterminate") is false
+PASS r4_1.matches(":indeterminate") is true
+PASS r4_2.matches(":indeterminate") is true
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« no previous file with comments | « LayoutTests/fast/forms/radio/radio-indeterminate-pseudo-class.html ('k') | Source/core/html/HTMLInputElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698