Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
test: remove "unexpected" key in test/wpt/status/dom/events.json
Co-authored-by: Masashi Hirano <[email protected]>
  • Loading branch information
nissy-dev and shisama authored May 20, 2022
commit 363f83571046ee02d80b32cbc679a2e54fff34a0
2 changes: 1 addition & 1 deletion test/wpt/status/dom/events.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Event-dispatch-listener-order.window.js": { "fail": { "unexpected": [ "document is not defined" ] } },
"Event-dispatch-listener-order.window.js": { "fail": "document is not defined" },
"AddEventListenerOptions-passive.any.js": {
"fail": {
"unexpected": [
Expand Down