Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit 9123e4f

Browse files
committed
Detect custom elements v1, fixes #501
1 parent ae986cb commit 9123e4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/9/engine.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3472,7 +3472,7 @@ Test9 = (function () {
34723472
function (results) {
34733473
results.addItem({
34743474
key: 'components.custom',
3475-
passed: 'registerElement' in document
3475+
passed: 'customElements' in window ? YES : 'registerElement' in document ? YES | OLD : NO
34763476
});
34773477
},
34783478

0 commit comments

Comments
 (0)