2 QUnit.module( 'jquery.getAttrs', QUnit.newMwEnvironment() );
4 QUnit.test( 'getAttrs()', 1, function ( assert ) {
8 'data-foo': 'data value'
10 $el = $( '<div>' ).attr( attrs );
12 assert.propEqual( $el.getAttrs(), attrs, 'keys and values match' );