Skip to content

Commit

Permalink
Bug 1879287 [wpt PR 44467] - DOM: document.createEvent('textevent') m…
Browse files Browse the repository at this point in the history
…aps to TextEvent, a=testonly

Automatic update from web-platform-tests
DOM: document.createEvent('textevent') maps to TextEvent

See whatwg/dom#1254

--

wpt-commits: 6c0e7075b4387cee6679db3ebec4e4be3bac2f86
wpt-pr: 44467
  • Loading branch information
zcorpan authored and moz-wptsync-bot committed Mar 1, 2024
1 parent 6ae49b6 commit 26c4060
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var aliases = {
"MouseEvents": "MouseEvent",
"StorageEvent": "StorageEvent",
"SVGEvents": "Event",
"TextEvent": "CompositionEvent",
"TextEvent": "TextEvent",
"UIEvent": "UIEvent",
"UIEvents": "UIEvent",
};

0 comments on commit 26c4060

Please sign in to comment.