Skip to content

Commit 97c05b7

Browse files
committed
Mark invokers tests as non-tentative
See related spec PR whatwg/html#9841
1 parent 2faf723 commit 97c05b7

15 files changed

+1
-1
lines changed

html/semantics/the-button-element/command-and-commandfor/idlharness.tentative.html html/semantics/the-button-element/command-and-commandfor/idlharness.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<script src="/resources/idlharness.js"></script>
99

1010
<script>
11-
idl_test(["command-and-commandfor.tentative"], ["html", "dom"], (idl_array) => {
11+
idl_test(["command-and-commandfor"], ["html", "dom"], (idl_array) => {
1212
idl_array.add_objects({
1313
CommandEvent: ['new CommandEvent("invoke")'],
1414
});

0 commit comments

Comments
 (0)