Skip to content
Snippets Groups Projects
Commit 7f52754f authored by Julius Härtl's avatar Julius Härtl
Browse files

jsunit: Add proper lang tag to document


Signed-off-by: default avatarJulius Härtl <jus@bitgrid.net>
parent c7a320d8
No related branches found
No related tags found
No related merge requests found
...@@ -117,6 +117,7 @@ window.Snap.prototype = { ...@@ -117,6 +117,7 @@ window.Snap.prototype = {
}; };
window.isPhantom = /phantom/i.test(navigator.userAgent); window.isPhantom = /phantom/i.test(navigator.userAgent);
document.documentElement.lang = navigator.language;
// global setup for all tests // global setup for all tests
(function setupTests() { (function setupTests() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment