IMAGE
{"ScriptPreparationCode":null,"TestCases":[{"Name":"css() Multiple","Code":"$(\u0022#image\u0022).css({top: \u002710px\u0027, bottom: \u002730px\u0027});","IsDeferred":false},{"Name":"css() Single Stacked","Code":"$(\u0022#image\u0022).css(\u0027top\u0027, \u002710px\u0027).css(\u0027bottom\u0027, \u002730px\u0027);","IsDeferred":false},{"Name":"css() Single Row","Code":"$(\u0022#image\u0022).css(\u0027top\u0027, \u002710px\u0027);\r\n$(\u0022#image\u0022).css(\u0027bottom\u0027, \u002730px\u0027);","IsDeferred":false}]}