From fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:14:29 +0200 Subject: Merging upstream version 125.0.1. Signed-off-by: Daniel Baumann --- .../web-platform/tests/interfaces/interest-invokers.tentative.idl | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 testing/web-platform/tests/interfaces/interest-invokers.tentative.idl (limited to 'testing/web-platform/tests/interfaces/interest-invokers.tentative.idl') 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 -- cgit v1.2.3