]> source.dussan.org Git - jquery.git/commit
Fix attribute names in aliased form property test. Close gh-951.
authorJonathan Sampson <jjdsampson@gmail.com>
Thu, 11 Oct 2012 18:30:51 +0000 (15:30 -0300)
committerDave Methvin <dave.methvin@gmail.com>
Sat, 20 Oct 2012 18:58:19 +0000 (14:58 -0400)
commit144b8bfeadc5316656105e1a10a31ba5348ef5d6
tree0c451c2830d1e9ff824456a639cf10ac0784bfb2
parent408e5e08c23dda11e6e7a7f8dc44c9e6fcbe870d
Fix attribute names in aliased form property test. Close gh-951.

Test expects input elements having name='id', name='name', and name='target'. Additionally, these should have id='id', id='name', and id='target' respectively. No element was provided with id='id' or name='id', but rather one element had two name attributes (illegal) with the values 'id' and 'name' respectively.
test/unit/attributes.js