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\na.style.letterSpacing = \u0060-${Math.random()}em\u0060;\r\na.style.wordSpacing = \u00270em\u0027;\r\nconst x = a.getBoundingClientRect();","IsDeferred":false},{"Name":"style.cssText","Code":"b.style.cssText = \u0060\r\n font-size: ${20 * Math.random()}px;\r\n letter-spacing: -${Math.random()}em;\r\n word-spacing: 0em;\r\n\u0060;\r\nconst x = b.getBoundingClientRect();","IsDeferred":false}]}