- commit
- 7cf8ed462a4e10e35e01a7f300e686a760cd5264
- parent
- e445fe0becfc413651e9439ae90ed8f3e5e9664e
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2026-02-18 23:55
lint fixup 9cd78ca
Diffstat
| M | test/test-role.js | 2 | +- |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-role.js b/test/test-role.js
@@ -119,7 +119,7 @@ describe('query', () => {
119 119 });
120 120
121 121 it('works across shadow roots', () => {
122 -1 testbed.setHTMLUnsafe(SHADOW_LANDMARK);
-1 122 testbed.setHTMLUnsafe(SHADOW_LANDMARK);
123 123 var link = aria.querySelector(testbed, 'link')
124 124 var actual = aria.closest(link, 'article');
125 125 expect(actual).toExist();