{"ScriptPreparationCode":null,"TestCases":[{"Name":"Iterator","Code":"[...document.querySelectorAll(\u0022*\u0022).values().map(e =\u003E e.attributes)];","IsDeferred":false},{"Name":"Non-Iterator","Code":"[...document.querySelectorAll(\u0022*\u0022)].map(e =\u003E e.attributes);","IsDeferred":false}]}