ok($('#foo-dialog').find(":jqmData(role=header)").hasClass('ui-bar-a'),'Expected header to inherit from $.mobile.page.prototype.options.headerTheme');
ok($('#foo-dialog').find(":jqmData(role=content)").hasClass('ui-body-d'),'Expect content to inherit from $.mobile.page.prototype.options.contentTheme');
ok($('#foo-dialog').find(":jqmData(role=footer)").hasClass('ui-bar-a'),'Expected footer to inherit from $.mobile.page.prototype.options.footerTheme');