{"ScriptPreparationCode":null,"TestCases":[{"Name":"A","Code":"$(\u0027.x-frame\u0027).each(function() {\r\n $(this).children(\u0027.x-hit\u0027).children(\u0027.x-overlay\u0027).text(\u0027H\u0027)\r\n $(this).children(\u0027.x-block\u0027).children(\u0027.x-overlay\u0027).text(\u0027B\u0027)\r\n});","IsDeferred":false},{"Name":"B","Code":"$(\u0027.x-frame\u0027).each(function() {\r\n $(this).find(\u0027.x-hit \u003E .x-overlay\u0027).text(\u0027H\u0027)\r\n $(this).find(\u0027.x-block \u003E .x-overlay\u0027).text(\u0027B\u0027)\r\n});","IsDeferred":false},{"Name":"C","Code":"$(\u0027.x-frame \u003E .x-hit \u003E .x-overlay\u0027).text(\u0027H\u0027)\r\n$(\u0027.x-frame \u003E .x-block \u003E .x-overlay\u0027).text(\u0027B\u0027)","IsDeferred":false}]}