upload tizen1.0 source
[framework/web/web-ui-fw.git] / libs / js / jquery-mobile-1.1.0 / tests / unit / init / init_core_nopage.js
1 /*
2  * mobile init tests
3  */
4 (function($){
5
6                 
7                 test( "page element is generated when not present in initial markup", function(){
8                         ok( $( ".ui-page" ).length, 1 );
9                 });
10
11
12 })(jQuery);