Added test to verify bug #160, had to modify fixture (index.html)
This commit is contained in:
parent
06ef8c0689
commit
f50224d653
2 changed files with 5 additions and 3 deletions
2
src/jquery/jquery.js
vendored
2
src/jquery/jquery.js
vendored
|
@ -390,6 +390,8 @@ jQuery.fn = jQuery.prototype = {
|
|||
* @test ok( $('#en').attr('lang') == "en", 'Check for lang attribute' );
|
||||
* @test ok( $('#simon').attr('class') == "blog link", 'Check for class attribute' );
|
||||
* @test ok( $('#name').attr('name') == "name", 'Check for name attribute' );
|
||||
* @test ok( $('#text1').attr('name') == "action", 'Check for name attribute' );
|
||||
* @test ok( $('#form').attr('action') == "formaction", 'Check for action attribute' );
|
||||
*
|
||||
* @name attr
|
||||
* @type Object
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue