File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ describe('$aria', function() {
248
248
} ) ;
249
249
250
250
it ( 'should not add a role to a native checkbox' , function ( ) {
251
- compileElement ( '<input type="checkbox" ng-model="val"></div >' ) ;
251
+ compileElement ( '<input type="checkbox" ng-model="val"/ >' ) ;
252
252
expect ( element . attr ( 'role' ) ) . toBe ( undefined ) ;
253
253
} ) ;
254
254
@@ -258,7 +258,7 @@ describe('$aria', function() {
258
258
} ) ;
259
259
260
260
it ( 'should not add a role to a native radio button' , function ( ) {
261
- compileElement ( '<input type="radio" ng-model="val"></div >' ) ;
261
+ compileElement ( '<input type="radio" ng-model="val"/ >' ) ;
262
262
expect ( element . attr ( 'role' ) ) . toBe ( undefined ) ;
263
263
} ) ;
264
264
@@ -268,7 +268,7 @@ describe('$aria', function() {
268
268
} ) ;
269
269
270
270
it ( 'should not add a role to a native range input' , function ( ) {
271
- compileElement ( '<input type="range" ng-model="val"></div >' ) ;
271
+ compileElement ( '<input type="range" ng-model="val"/ >' ) ;
272
272
expect ( element . attr ( 'role' ) ) . toBe ( undefined ) ;
273
273
} ) ;
274
274
} ) ;
You can’t perform that action at this time.
0 commit comments