Skip to content

Commit 6a5f3f1

Browse files
author
Marcy Sutton
committed
chore: fix indentation
1 parent 70f597e commit 6a5f3f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/rule-matches/color-contrast-matches.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,8 @@ describe('color-contrast-matches', function () {
245245
assert.isFalse(rule.matches(target));
246246
});
247247

248-
(shadowSupport ? it : xit)
249-
('should match a descendant of an element across a shadow boundary', function () {
248+
(shadowSupport ? it : xit)
249+
('should match a descendant of an element across a shadow boundary', function () {
250250
fixture.innerHTML = '<div id="parent" style="background-color: #000;">' +
251251
'</div>';
252252

@@ -257,4 +257,4 @@ describe('color-contrast-matches', function () {
257257
var tree = axe._tree = axe.utils.getFlattenedTree(fixture);
258258
assert.isTrue(rule.matches(shadowTarget, axe.utils.getNodeFromTree(tree[0], shadowTarget)));
259259
});
260-
});
260+
});

0 commit comments

Comments
 (0)