diff --git a/demos/functional/datepicker/debug.html b/demos/functional/datepicker/debug.html index 91dab145b..526c0557e 100644 --- a/demos/functional/datepicker/debug.html +++ b/demos/functional/datepicker/debug.html @@ -7,10 +7,10 @@ - + - + + - + diff --git a/demos/real-world/accordion-drawers/index.html b/demos/real-world/accordion-drawers/index.html index 80c4df95d..4035ac7dd 100644 --- a/demos/real-world/accordion-drawers/index.html +++ b/demos/real-world/accordion-drawers/index.html @@ -149,10 +149,10 @@ blockquote, q { --> - + - - + + + diff --git a/demos/real-world/image-cropper/index.html b/demos/real-world/image-cropper/index.html index afa85ae3c..9cce4f120 100644 --- a/demos/real-world/image-cropper/index.html +++ b/demos/real-world/image-cropper/index.html @@ -4,10 +4,10 @@ Image Cropper: jQuery Real-world Demo - - - - + + + + diff --git a/demos/real-world/layout/index.html b/demos/real-world/layout/index.html index 83f9d0378..1e25909f5 100644 --- a/demos/real-world/layout/index.html +++ b/demos/real-world/layout/index.html @@ -77,15 +77,15 @@ - + - + - - - + + + diff --git a/demos/real-world/photo-manager/index.html b/demos/real-world/photo-manager/index.html index ecc9a5500..1b3b6374b 100644 --- a/demos/real-world/photo-manager/index.html +++ b/demos/real-world/photo-manager/index.html @@ -8,13 +8,13 @@ - + - - - + + + diff --git a/demos/real-world/product-slider/index.html b/demos/real-world/product-slider/index.html index 07cae0de7..59cece8e0 100644 --- a/demos/real-world/product-slider/index.html +++ b/demos/real-world/product-slider/index.html @@ -98,9 +98,9 @@ --> - - - + + + + - - + + diff --git a/demos/real-world/splitpane/index.html b/demos/real-world/splitpane/index.html index 2800b206f..033cf2ffc 100644 --- a/demos/real-world/splitpane/index.html +++ b/demos/real-world/splitpane/index.html @@ -6,11 +6,11 @@ jQuery UI: SplitPane - + - - + + diff --git a/tests/accordion.html b/tests/accordion.html index 66913ba2b..a4f7c1682 100644 --- a/tests/accordion.html +++ b/tests/accordion.html @@ -3,15 +3,16 @@ jQuery UI Accordion Test Suite - - + + + + + - - - - + + diff --git a/tests/all.html b/tests/all.html index 82000437d..256996b7f 100644 --- a/tests/all.html +++ b/tests/all.html @@ -2,17 +2,35 @@ jQuery UI All Tests - - + + + + + + + + + + + + + + - - - - - + + + + + + + + + + + @@ -31,7 +49,10 @@
    -
    +
    + +
    Relative
    +
    Absolute
    diff --git a/tests/autodrag.html b/tests/autodrag.html index acc17fb4c..841bb026e 100644 --- a/tests/autodrag.html +++ b/tests/autodrag.html @@ -2,12 +2,13 @@ jQuery UI - Automated Tests - - - - - + + + + + + + + + Draggable Test Page + + + + + + + + + + + + @@ -31,7 +32,7 @@

    -
    Static
    +
    Relative
    Absolute
    diff --git a/tests/draggable.js b/tests/draggable.js index 299017b90..45b907d78 100644 --- a/tests/draggable.js +++ b/tests/draggable.js @@ -40,7 +40,7 @@ var border = function(el, side) { return parseInt(el.css('border-' + side + '-wi var margin = function(el, side) { return parseInt(el.css('margin-' + side)); } // Draggable Tests -module("Draggable"); +module("draggable"); test("init", function() { expect(6); @@ -160,7 +160,7 @@ test("No options, absolute", function() { moved(50, 50); }); -module("Draggable Options"); +module("draggable: Options"); test("{ axis: false }, default", function() { el = $("#draggable2").draggable({ axis: false }); @@ -429,7 +429,7 @@ test("{ zIndex: 10 }", function() { }); -module("Draggable Callbacks"); +module("draggable: Callbacks"); test("callbacks occurance count", function() { @@ -450,7 +450,7 @@ test("callbacks occurance count", function() { }); -module("Tickets"); +module("draggable: Tickets"); test("#2965 cursorAt with margin", function() { diff --git a/tests/resizable.html b/tests/resizable.html index 685ec88c9..69aa594d7 100644 --- a/tests/resizable.html +++ b/tests/resizable.html @@ -1,19 +1,20 @@ - - -Resizable Test Page - + + + Resizable Test Page - - - - - - - + + + + + + + + +