Skip to content

Commit

Permalink
test(is/focusable): account for SVG element when includeOnlyTabbable
Browse files Browse the repository at this point in the history
  • Loading branch information
rodneyrehm committed Feb 4, 2016
1 parent 18af81b commit 7ca542f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/unit/query.focusable.strict.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ define([
'../helper/fixtures/focusable.fixture',
'../helper/fixtures/shadow-input.fixture',
'../helper/supports',
'ally/util/platform',
'ally/query/focusable',
], function(
registerSuite,
expect,
focusableFixture,
shadowInputFixture,
supports,
platform,
queryFocusable
) {

Expand Down Expand Up @@ -85,6 +87,7 @@ define([
supports.canFocusAreaWithoutHref && '#image-map-area-nolink',
supports.canFocusObjectSvg && '#object-svg',
supports.canFocusObjectSvg && '#object-tabindex-svg',
platform.is.TRIDENT && '#svg',
'#svg-link',
supports.canFocusAudioWithoutControls && '#audio',
'#audio-controls',
Expand Down

0 comments on commit 7ca542f

Please sign in to comment.