Skip to content

Commit

Permalink
Mark invokers tests as non-tentative
Browse files Browse the repository at this point in the history
See related spec PR whatwg/html#9841
  • Loading branch information
keithamus committed Feb 2, 2025
1 parent f630424 commit 4f9bb1c
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<script src="/resources/idlharness.js"></script>

<script>
idl_test(["command-and-commandfor.tentative"], ["html", "dom"], (idl_array) => {
idl_test(["command-and-commandfor"], ["html", "dom"], (idl_array) => {
idl_array.add_objects({
CommandEvent: ['new CommandEvent("invoke")'],
});
Expand Down
File renamed without changes.

0 comments on commit 4f9bb1c

Please sign in to comment.