Skip to content

Commit e014b26

Browse files
authored
Mark invokers tests as non-tentative (#42664)
See related spec PR whatwg/html#9841
1 parent beb1a38 commit e014b26

15 files changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)