{"ScriptPreparationCode":"window.el = document.getElementById(\u0022test\u0022);","TestCases":[{"Name":"style.setProperty","Code":"let i = 0;\r\nconst styleObject = el.style;\r\n\r\nwhile (i \u003C 10000) {\r\n styleObject.setProperty(\u0022left\u0022,\u0022100px\u0022);\r\n styleObject.setProperty(\u0022top\u0022,\u0022100px\u0022);\r\n i\u002B\u002B;\r\n}","IsDeferred":false},{"Name":"setAttribute","Code":"let i = 0;\r\n\r\nwhile (i \u003C 10000) {\r\n el.setAttribute(\u0027style\u0027,\u0022left: 100px; width: 100px; height: 50px; top: 100px;border-radius: 0;border-width: 0;background: 0 0;font-family: inherit;font-size: inherit;margin: 0;white-space: pre;word-wrap: normal;line-height: inherit;color: inherit;z-index: 2;position: relative;overflow: visible;-webkit-tap-highlight-color: transparent;\u0022);\r\n i\u002B\u002B;\r\n}","IsDeferred":false}]}