From 258a637cc614f54dcf5af2ae4fc5dc26d5a630d0 Mon Sep 17 00:00:00 2001 From: "Richard D. Worth" Date: Thu, 26 Apr 2012 09:47:05 -0400 Subject: [PATCH] Fix various issues in our html files, fifth batch --- tests/static/icons.html | 67 +++++++++++++++++++ tests/unit/core/core.html | 6 +- tests/unit/resizable/resizable.html | 2 +- tests/unit/tabs/tabs.html | 1 + tests/unit/tabs/tabs_deprecated.html | 1 + tests/visual/button/button_disabled_true.html | 2 +- tests/visual/position/position_fit.html | 40 +++++------ tests/visual/position/position_flip.html | 22 +++--- tests/visual/position/position_flipfit.html | 28 ++++---- 9 files changed, 119 insertions(+), 50 deletions(-) diff --git a/tests/static/icons.html b/tests/static/icons.html index adaf5f1cd..d3ae3e348 100644 --- a/tests/static/icons.html +++ b/tests/static/icons.html @@ -49,6 +49,12 @@
+ + + + + +
@@ -61,6 +67,12 @@
+ + + + + +
@@ -111,6 +123,10 @@
+ + + +
@@ -121,6 +137,14 @@
+ + + + + + + +
@@ -187,6 +211,12 @@
+ + + + + +
@@ -199,6 +229,12 @@
+ + + + + +
@@ -208,6 +244,15 @@
+ + + + + + + + +
@@ -224,6 +269,8 @@
+ +
@@ -232,6 +279,16 @@
+ + + + + + + + + +
@@ -240,6 +297,16 @@
+ + + + + + + + + + diff --git a/tests/unit/core/core.html b/tests/unit/core/core.html index 272b15d2c..09b024835 100644 --- a/tests/unit/core/core.html +++ b/tests/unit/core/core.html @@ -54,14 +54,14 @@ - + - xxx + xxx anchor anchor x @@ -75,7 +75,7 @@ - + diff --git a/tests/unit/resizable/resizable.html b/tests/unit/resizable/resizable.html index 9baa67493..558574c5f 100644 --- a/tests/unit/resizable/resizable.html +++ b/tests/unit/resizable/resizable.html @@ -49,7 +49,7 @@
I'm a resizable.
- +solid gray
diff --git a/tests/unit/tabs/tabs.html b/tests/unit/tabs/tabs.html index fc7bfeedf..b961c60f3 100644 --- a/tests/unit/tabs/tabs.html +++ b/tests/unit/tabs/tabs.html @@ -62,6 +62,7 @@
+
diff --git a/tests/unit/tabs/tabs_deprecated.html b/tests/unit/tabs/tabs_deprecated.html index 0c7611c9d..09afc91b4 100644 --- a/tests/unit/tabs/tabs_deprecated.html +++ b/tests/unit/tabs/tabs_deprecated.html @@ -61,6 +61,7 @@
+
diff --git a/tests/visual/button/button_disabled_true.html b/tests/visual/button/button_disabled_true.html index 25388a484..83a3e9cd6 100644 --- a/tests/visual/button/button_disabled_true.html +++ b/tests/visual/button/button_disabled_true.html @@ -46,7 +46,7 @@
anchor - anchor 1 + anchor 1 # Attribute "disabled" not allowed on element "a" at this point.
anchor 1
diff --git a/tests/visual/position/position_fit.html b/tests/visual/position/position_fit.html index dbd52550f..acb2672bc 100644 --- a/tests/visual/position/position_fit.html +++ b/tests/visual/position/position_fit.html @@ -16,8 +16,8 @@ $("ul").insertAfter(inputs); inputs.each(function(index) { $(this).position({ - my: this.id.replace(/-/, " "), - at: this.id.replace(/-/, " "), + my: $(this).data("position").replace(/-/, " "), + at: $(this).data("position").replace(/-/, " "), of: "#container"+index, collision: "none" }); @@ -113,25 +113,25 @@
- - - - - - - - - + + + + + + + + + - - - - - - - - - + + + + + + + + +