Awesome stuff!
I like carrots!
{"ScriptPreparationCode":"$(\u0027 div#my-id div.grand div.parent div.my-class \u0027).css(\u0022background-color\u0022, \u0022#cccccc\u0022); //case-1\r\n$(\u0027 #my-id .grand .parent div.my-class \u0027).css(\u0022background-color\u0022, \u0022#cccccc\u0022); //case-2\r\n$(\u0027 #my-id .grand .parent .my-class \u0027).css(\u0022background-color\u0022, \u0022#cccccc\u0022); //case-3\r\n$(\u0027 #my-id\u0027).find(\u0027.my-class\u0027).css(\u0022background-color\u0022, \u0022#cccccc\u0022); //case-3","TestCases":[{"Name":"case-1","Code":"$(\u0027 div#my-id div.grand div.parent div.my-class \u0027).css(\u0022background-color\u0022, \u0022#cccccc\u0022);","IsDeferred":false},{"Name":"case-2","Code":"$(\u0027 #my-id .grand .parent div.my-class \u0027).css(\u0022background-color\u0022, \u0022#cccccc\u0022);","IsDeferred":false},{"Name":"case-3","Code":"$(\u0027 #my-id .grand .parent .my-class \u0027).css(\u0022background-color\u0022, \u0022#cccccc\u0022);","IsDeferred":false},{"Name":"case-4","Code":"$(\u0027 #my-id\u0027).find(\u0027.my-class\u0027).css(\u0022background-color\u0022, \u0022#cccccc\u0022);","IsDeferred":false}]}