mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Missed an other search-related test.
This commit is contained in:
parent
481171a3f8
commit
3e6c7f083c
@ -385,7 +385,7 @@ test("pseudo (:) selectors", function() {
|
||||
t( "Form element :input", "#form :input", ["text1", "text2", "radio1", "radio2", "check1", "check2", "hidden1", "hidden2", "name", "search", "button", "area1", "select1", "select2", "select3"] );
|
||||
t( "Form element :radio", "#form :radio", ["radio1", "radio2"] );
|
||||
t( "Form element :checkbox", "#form :checkbox", ["check1", "check2"] );
|
||||
t( "Form element :text", "#form :text", ["text1", "text2", "hidden2", "name"] );
|
||||
t( "Form element :text", "#form :text", ["text1", "text2", "hidden2", "name", "search"] );
|
||||
t( "Form element :radio:checked", "#form :radio:checked", ["radio2"] );
|
||||
t( "Form element :checkbox:checked", "#form :checkbox:checked", ["check1"] );
|
||||
t( "Form element :radio:checked, :checkbox:checked", "#form :radio:checked, #form :checkbox:checked", ["radio2", "check1"] );
|
||||
|
Loading…
Reference in New Issue
Block a user