{"ScriptPreparationCode":"for(var i=0; i\u003C10000; \u002B\u002Bi)\r\n{\r\n var cell = tableTest.insertRow(-1).insertCell(-1);\r\n if(i%2==0)\r\n cell.classList.add(\u0027searchMe\u0027);\r\n}","TestCases":[{"Name":"getElementsByClassName","Code":"var found = tableTest.getElementsByClassName(\u0027searchMe\u0027);\r\ntableTest.rows[0].cells[0].textContent = found.length;","IsDeferred":false},{"Name":"querySelectorAll","Code":"var found = tableTest.querySelectorAll(\u0027.searchMe\u0027);\r\ntableTest.rows[0].cells[0].textContent = found.length;","IsDeferred":false}]}