Browse Source

Merge pull request #2644 from crackalak/feature/shadowdom-aria

Added `ariaContainerElement` to shadow dom test
Alexandru Dima 3 years ago
parent
commit
97ff11be97
1 changed files with 2 additions and 1 deletions
  1. 2 1
      test/shadow-dom.html

+ 2 - 1
test/shadow-dom.html

@@ -49,7 +49,8 @@
 				'}',
 				''
 			].join('\n'),
-			language: 'javascript'
+			language: 'javascript',
+			ariaContainerElement: innerContainer
 		});
 	});
 </script>