Skip to content

Commit e14219b

Browse files
committed
DocumentAndElementEventHandlers was removed in microsoft/TypeScript#52328 (0c2fa39).
1 parent 52e9eb0 commit e14219b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/flavors/custom-element/analyze-html-element-test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ tsTest("analyzeHTMLElement returns correct result", t => {
1616
// Test that the node extends some of the interfaces
1717
t.truthy(ext.has("EventTarget"));
1818
t.truthy(ext.has("Node"));
19-
t.truthy(ext.has("DocumentAndElementEventHandlers"));
19+
t.truthy(ext.has("HTMLOrSVGElement"));
2020
t.truthy(ext.has("ElementContentEditable"));
2121

2222
// From ElementContentEditable interface

0 commit comments

Comments
 (0)