diff --git a/html/semantics/popovers/popover-invoking-attribute.tentative.html b/html/semantics/popovers/popover-invoking-attribute.tentative.html
index 5ce315ef1d9ea7..b49bb4e4a34ced 100644
--- a/html/semantics/popovers/popover-invoking-attribute.tentative.html
+++ b/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: `