aria-api

access ARIA information from JavaScript
git clone https://git.ce9e.org/aria-api.git

commit
c0a76e1bc4da46f3e43889e23556ab369f69e1ce
parent
fb5538c5350e621eae5d1cdaedca151ef903f0f4
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2024-02-02 17:50
test: fix syntax error

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

@@ -127,6 +127,6 @@ describe('query', () => {
  127   127 			testbed.innerHTML = '<span role="generic link">';
  128   128 			var actual = aria.querySelectorAll(testbed, 'link');
  129   129 			expect(actual.length).toEqual(1);
  130    -1 		}
   -1   130 		});
  131   131 	});
  132   132 });