{"ScriptPreparationCode":"class WebComponent extends HTMLElement {}\r\ncustomElements.define(\u0027web-component\u0027, WebComponent);","TestCases":[{"Name":"Web Component","Code":"const el = document.createElement(\u0027web-component\u0027);\r\ndocument.body.append(el);","IsDeferred":false},{"Name":"Native Element","Code":"const el = document.createElement(\u0027div\u0027);\r\ndocument.body.append(el);","IsDeferred":false}]}