jsunit: Add proper lang tag to document

Signed-off-by: Julius Härtl <jus@bitgrid.net>
pull/24872/head
Julius Härtl 5 years ago
parent c7a320d880
commit 7f52754fe8
  1. 1
      core/js/tests/specHelper.js

@ -117,6 +117,7 @@ window.Snap.prototype = {
};
window.isPhantom = /phantom/i.test(navigator.userAgent);
document.documentElement.lang = navigator.language;
// global setup for all tests
(function setupTests() {

Loading…
Cancel
Save