浏览代码

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

Added `ariaContainerElement` to shadow dom test
Alexandru Dima 3 年之前
父节点
当前提交
97ff11be97
共有 1 个文件被更改,包括 2 次插入1 次删除
  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>