diff --git a/docs/about/accessibility.html b/docs/about/accessibility.html
index 5d35dcdd..bf05099b 100755
--- a/docs/about/accessibility.html
+++ b/docs/about/accessibility.html
@@ -2,7 +2,7 @@
") : "" )
diff --git a/tests/functional/addrbar.html b/tests/functional/addrbar.html
index 060a7388..6e74c0b7 100755
--- a/tests/functional/addrbar.html
+++ b/tests/functional/addrbar.html
@@ -2,7 +2,7 @@
-
+
jQuery Mobile: Event Logger
diff --git a/tests/functional/eventlogger.html b/tests/functional/eventlogger.html
index b13db5a7..220f6873 100755
--- a/tests/functional/eventlogger.html
+++ b/tests/functional/eventlogger.html
@@ -2,7 +2,7 @@
-
+
jQuery Mobile: Event Logger
diff --git a/tests/speed/basic-page.html b/tests/speed/basic-page.html
index a6e5460a..e8aea272 100644
--- a/tests/speed/basic-page.html
+++ b/tests/speed/basic-page.html
@@ -2,7 +2,7 @@
-
+
Basic Page
diff --git a/tests/speed/lists-ul.html b/tests/speed/lists-ul.html
index c59b8f00..812a6275 100755
--- a/tests/speed/lists-ul.html
+++ b/tests/speed/lists-ul.html
@@ -2,7 +2,7 @@
-
+
jQuery Mobile Docs - Lists
diff --git a/tests/unit/core/index.html b/tests/unit/core/index.html
index c3069c85..95517d9f 100644
--- a/tests/unit/core/index.html
+++ b/tests/unit/core/index.html
@@ -2,7 +2,7 @@
-
+
jQuery Mobile Core Test Suite
diff --git a/tests/unit/dialog/index.html b/tests/unit/dialog/index.html
index f3c3904a..7e3a82f2 100644
--- a/tests/unit/dialog/index.html
+++ b/tests/unit/dialog/index.html
@@ -2,7 +2,7 @@
-
+
jQuery Mobile Dialog Test Suite
diff --git a/tests/unit/event/index.html b/tests/unit/event/index.html
index c042ec79..29568c0e 100644
--- a/tests/unit/event/index.html
+++ b/tests/unit/event/index.html
@@ -2,7 +2,7 @@
-
+
jQuery Mobile Event Test Suite
diff --git a/tests/unit/init/init_core.js b/tests/unit/init/init_core.js
index 3592ff3f..1d96d3d0 100644
--- a/tests/unit/init/init_core.js
+++ b/tests/unit/init/init_core.js
@@ -3,9 +3,7 @@
*/
(function($){
var mobilePage = undefined,
- mobileSelect = undefined,
- metaViewportContentDefault = $.mobile.metaViewportContent,
- libName = 'jquery.mobile.init.js',
+ libName = 'jquery.mobile.init.js',
coreLib = 'jquery.mobile.core.js',
extendFn = $.extend,
setGradeA = function(value) { $.mobile.gradeA = function(){ return value; }; },
@@ -39,7 +37,6 @@
// the event before the test check below
$(document).one("mobileinit", function(){
mobilePage = $.mobile.page;
- mobileSelect = $.mobile.selectmenu;
});
// NOTE for the following two tests see index html for the binding
@@ -47,10 +44,6 @@
ok(mobilePage !== undefined, "$.mobile.page is defined");
});
- test( "mobile.selectmenu is available when mobile init is fired", function(){
- ok(mobileSelect !== undefined, "$.mobile.selectmenu is defined");
- });
-
$.testHelper.excludeFileProtocol(function(){
asyncTest( "loading the init library triggers mobilinit on the document", function(){
var initFired = false;
@@ -83,32 +76,7 @@
ok($("html").hasClass("ui-mobile"));
});
- var findMeta = function(){
- return $("head meta[name='viewport']");
- },
- setViewPortContent = function(){
- $.testHelper.reloadLib( libName );
- };
-
- test( "meta viewport element not added to head when not defined on mobile", function(){
- $.mobile.metaViewportContent = null;
- findMeta().remove();
- setViewPortContent();
- same( findMeta().length, 0);
- });
-
- test( "meta viewport element is added to head when defined on mobile and no meta already exists", function(){
- findMeta().remove();
- setViewPortContent();
- same( findMeta().length, 1);
- });
-
- test( "meta viewport element is not added to head when defined on mobile and a meta already exists", function(){
- findMeta().remove();
- $( '
').prependTo("head");
- setViewPortContent();
- same( findMeta().length, 1);
- });
+
var findFirstPage = function() {
return $(":jqmData(role='page')").first();
diff --git a/tests/unit/listview/index.html b/tests/unit/listview/index.html
index f073dd60..4a30a43b 100644
--- a/tests/unit/listview/index.html
+++ b/tests/unit/listview/index.html
@@ -2,7 +2,7 @@
-
+
jQuery Mobile Listview Integration Test
@@ -81,18 +81,18 @@
Item 1
Item 2
Parent Item
-
+
- Sub Item 10
- Sub Item 11
- Sub Item 12
-
+
- Item 3
- Item 4
- Parent Item
-
+
- Sub Item 20
- Sub Item 21
- Sub Item 22
diff --git a/tests/unit/media/index.html b/tests/unit/media/index.html
index 04e5162f..55a0c91c 100644
--- a/tests/unit/media/index.html
+++ b/tests/unit/media/index.html
@@ -2,7 +2,7 @@
-
+
jQuery Mobile Media Test Suite
diff --git a/tests/unit/navigation/index.html b/tests/unit/navigation/index.html
index 9fdba3f5..023f99d8 100644
--- a/tests/unit/navigation/index.html
+++ b/tests/unit/navigation/index.html
@@ -2,7 +2,7 @@
-
+
jQuery Mobile Navigation Test Suite
diff --git a/tests/unit/page/index.html b/tests/unit/page/index.html
index b30d5eeb..63537a24 100644
--- a/tests/unit/page/index.html
+++ b/tests/unit/page/index.html
@@ -2,7 +2,7 @@
-
+
jQuery Mobile Page Test Suite
diff --git a/tests/unit/select/index.html b/tests/unit/select/index.html
index 2a9e8c37..7e21c235 100644
--- a/tests/unit/select/index.html
+++ b/tests/unit/select/index.html
@@ -2,7 +2,7 @@
-
+
jQuery Mobile Select Events Test Suite
diff --git a/tests/unit/slider/index.html b/tests/unit/slider/index.html
index 813f6591..b19e1143 100644
--- a/tests/unit/slider/index.html
+++ b/tests/unit/slider/index.html
@@ -2,7 +2,7 @@
-
+
jQuery Mobile Slider Events Test Suite
diff --git a/tests/unit/support/index.html b/tests/unit/support/index.html
index 5ceb10f0..7c0934dd 100644
--- a/tests/unit/support/index.html
+++ b/tests/unit/support/index.html
@@ -2,7 +2,7 @@
-
+
jQuery Mobile Support Test Suite
diff --git a/tests/unit/widget/index.html b/tests/unit/widget/index.html
index 4906b83e..a66a8726 100644
--- a/tests/unit/widget/index.html
+++ b/tests/unit/widget/index.html
@@ -2,7 +2,7 @@
-
+
jQuery Mobile Widget Test Suite