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

Added `ariaContainerElement` to shadow dom test
pull/2694/head
Alexandru Dima 3 years ago committed by GitHub
commit 97ff11be97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -49,7 +49,8 @@
'}', '}',
'' ''
].join('\n'), ].join('\n'),
language: 'javascript' language: 'javascript',
ariaContainerElement: innerContainer
}); });
}); });
</script> </script>

Loading…
Cancel
Save