Selaa lähdekoodia

Added `ariaContainerElement` to shadow dom test

Dan Hughes 3 vuotta sitten
vanhempi
commit
ca3790b68c
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  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>