Ver Fonte

Added `ariaContainerElement` to shadow dom test

Dan Hughes há 3 anos atrás
pai
commit
ca3790b68c
1 ficheiros alterados com 2 adições e 1 exclusões
  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>