Explorar o código

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

Added `ariaContainerElement` to shadow dom test
Alexandru Dima %!s(int64=3) %!d(string=hai) anos
pai
achega
97ff11be97
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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>