Browse Source

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

Added `ariaContainerElement` to shadow dom test
Alexandru Dima 3 năm trước cách đây
mục cha
commit
97ff11be97
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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>