diff --git a/testing/web-platform/tests/html/semantics/popovers/popover-invoking-attribute.tentative.html b/testing/web-platform/tests/html/semantics/popovers/popover-invoking-attribute.tentative.html index 5ce315ef1d9ea..b49bb4e4a34ce 100644 --- a/testing/web-platform/tests/html/semantics/popovers/popover-invoking-attribute.tentative.html +++ b/testing/web-platform/tests/html/semantics/popovers/popover-invoking-attribute.tentative.html @@ -34,6 +34,10 @@ return el; }; } +function setInvokingContentAttribute(invoker,attr,idref) { + invoker.setAttribute(attr,idref); + assert_equals(invoker[attr + "Element"],document.getElementById(idref)); +} const supportedButtonTypes = ['button','reset','submit',''].map(type => { return { name: `