From ca3790b68c2ee2e1f3f9b7126989203d32619b3c Mon Sep 17 00:00:00 2001 From: Dan Hughes Date: Sun, 29 Aug 2021 17:12:05 +0100 Subject: [PATCH] Added `ariaContainerElement` to shadow dom test --- test/shadow-dom.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/shadow-dom.html b/test/shadow-dom.html index cc0b3873..ef671a15 100644 --- a/test/shadow-dom.html +++ b/test/shadow-dom.html @@ -49,7 +49,8 @@ '}', '' ].join('\n'), - language: 'javascript' + language: 'javascript', + ariaContainerElement: innerContainer }); });