foo
bar
{"ScriptPreparationCode":"var a = document.getElementById(\u0027a\u0027);\r\nvar b = document.getElementById(\u0027b\u0027);","TestCases":[{"Name":"style","Code":"const fontSize = 20 * Math.random();\r\n\r\na.style.fontSize = \u0060${fontSize}px\u0060;\r\na.style.letterSpacing = \u0060-${Math.random()}em\u0060;\r\na.style.wordSpacing = \u0060${Math.random()}em\u0060;\r\na.style.lineHeight = \u0060${Math.random()}\u0060;\r\na.style.textIndent = a.style.fontSize;\r\n\r\nconst x = a.getBoundingClientRect();","IsDeferred":false},{"Name":"style.cssText","Code":"const fontSize = 20 * Math.random();\r\n\r\nb.style.cssText = \u0060\r\n font-size: ${fontSize}px;\r\n letter-spacing: -${Math.random()}em;\r\n word-spacing: ${Math.random()}em;\r\n line-height: ${Math.random};\r\n textIndent: ${fontSize}px;\r\n\u0060;\r\nconst x = b.getBoundingClientRect();","IsDeferred":false}]}