Prechádzať zdrojové kódy

Added `ariaContainerElement` to shadow dom test

Dan Hughes 3 rokov pred
rodič
commit
ca3790b68c
1 zmenil súbory, kde vykonal 2 pridanie a 1 odobranie
  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>