foo
bar
{"ScriptPreparationCode":"var a = document.getElementById(\u0027a\u0027);\r\nvar b = document.getElementById(\u0027b\u0027);","TestCases":[{"Name":"style","Code":"a.style.fontSize = \u0060${20 * Math.random()}px\u0060;\r\nconst x = a.getBoundingClientRect();","IsDeferred":false},{"Name":"style.cssText","Code":"b.style.cssText = \u0060font-size: ${20 * Math.random()}px;\u0060;\r\nconst x = b.getBoundingClientRect();","IsDeferred":false}]}