test
{"ScriptPreparationCode":"var container = document.getElementById(\u0027container\u0027);","TestCases":[{"Name":"order 1","Code":"container.style.color = \u0027red\u0027;\r\nvar w = container.offsetWidth;\r\ncontainer.style.width = w \u002B 20 \u002B \u0027px\u0027;\r\nvar h = container.offsetHeight;\r\ncontainer.style.height = h \u002B 20 \u002B \u0027px\u0027;","IsDeferred":false},{"Name":"order 2","Code":"var w = container.offsetWidth;\r\nvar h = container.offsetHeight;\r\ncontainer.style.color = \u0027red\u0027;\r\ncontainer.style.width = w \u002B 20 \u002B \u0027px\u0027;\r\ncontainer.style.height = h \u002B 20 \u002B \u0027px\u0027;","IsDeferred":false}]}