Skip to content

Commit c627e50

Browse files
keithamusmoz-wptsync-bot
authored andcommitted
Bug 1860281 [wpt PR 42664] - Mark invokers tests as non-tentative, a=testonly
Automatic update from web-platform-tests Mark invokers tests as non-tentative (#42664) See related spec PR whatwg/html#9841 -- wpt-commits: e014b2613b2873099d628953eb5ca74ace1bdcf2 wpt-pr: 42664
1 parent 9d84a32 commit c627e50

15 files changed

+1
-1
lines changed

testing/web-platform/tests/html/semantics/the-button-element/command-and-commandfor/idlharness.tentative.html testing/web-platform/tests/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)