Parcourir la source

Added `ariaContainerElement` to shadow dom test

Dan Hughes il y a 3 ans
Parent
commit
ca3790b68c
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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>