summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/interfaces/interest-invokers.tentative.idl
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/interfaces/interest-invokers.tentative.idl')
-rw-r--r--testing/web-platform/tests/interfaces/interest-invokers.tentative.idl7
1 files changed, 7 insertions, 0 deletions
diff --git a/testing/web-platform/tests/interfaces/interest-invokers.tentative.idl b/testing/web-platform/tests/interfaces/interest-invokers.tentative.idl
new file mode 100644
index 0000000000..f89af4d734
--- /dev/null
+++ b/testing/web-platform/tests/interfaces/interest-invokers.tentative.idl
@@ -0,0 +1,7 @@
+interface mixin InterestInvokerElement {
+ [CEReactions,Reflect=interesttarget] attribute Element? interestTargetElement;
+};
+
+HTMLInputElement includes InterestInvokerElement;
+HTMLButtonElement includes InterestInvokerElement;
+HTMLAnchorElement includes InterestInvokerElement; \ No newline at end of file