2.0_beta sync to rsa
[framework/web/web-ui-fw.git] / libs / js / jquery-mobile-1.1.0 / tests / unit / dialog / dialog_count.js
1 /*
2  * mobile dialog unit tests
3  */
4 (function($) {
5
6         test( "When the page loads, any dialogs in the page should be initialized", function() {
7                 expect( 1 );
8
9                 ok( $( "#foo-dialog" ).is( ".ui-dialog" ), "When a dialog is the first element in a page, it is created as a dialog widget." );
10         });
11
12         
13 })( jQuery );