From: timmywil Date: Mon, 4 Jun 2012 22:04:11 +0000 (-0400) Subject: Relativize all urls pertaining to dist/jquery.js so users can run their server from... X-Git-Tag: 1.8b1~84 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=37ffb29d37129293523bf1deacf3609a28b0ceec;p=jquery.git Relativize all urls pertaining to dist/jquery.js so users can run their server from any file location; Make sure Sizzle is available for its tests in testrunner. --- diff --git a/src/sizzle b/src/sizzle index 97128a76c..c24253c05 160000 --- a/src/sizzle +++ b/src/sizzle @@ -1 +1 @@ -Subproject commit 97128a76c3cf06732db953b1f9ffd6b5d2cca698 +Subproject commit c24253c0556a75bfb145dccee6f074d064b3fdc3 diff --git a/test/csp.php b/test/csp.php index 9c90300bf..e3245149c 100644 --- a/test/csp.php +++ b/test/csp.php @@ -5,7 +5,7 @@ CSP Test Page - +

CSP Test Page

diff --git a/test/data/dimensions/documentLarge.html b/test/data/dimensions/documentLarge.html index ee9a709ae..b2fabd144 100644 --- a/test/data/dimensions/documentLarge.html +++ b/test/data/dimensions/documentLarge.html @@ -11,7 +11,7 @@
- +
diff --git a/test/data/dimensions/documentSmall.html b/test/data/dimensions/documentSmall.html index fe55d2125..d5eeacfc2 100644 --- a/test/data/dimensions/documentSmall.html +++ b/test/data/dimensions/documentSmall.html @@ -15,7 +15,7 @@
- +
diff --git a/test/data/event/asyncReady.html b/test/data/event/asyncReady.html index f1f6aa20f..174c0f780 100644 --- a/test/data/event/asyncReady.html +++ b/test/data/event/asyncReady.html @@ -19,7 +19,7 @@ if ( document.attachEvent ) { }); } document.getElementsByTagName("head")[ 0 ].appendChild( el ); - el.src = "/dist/jquery.js"; + el.src = "../../../dist/jquery.js"; }, 1000 ); } diff --git a/test/data/event/promiseReady.html b/test/data/event/promiseReady.html index 04e45ae8d..f8567cc91 100644 --- a/test/data/event/promiseReady.html +++ b/test/data/event/promiseReady.html @@ -3,7 +3,7 @@ Test case for jQuery ticket #11470 - + + + + + + + + + + + - + diff --git a/test/data/support/bodyBackground.html b/test/data/support/bodyBackground.html index d1d118843..ebfa341c4 100644 --- a/test/data/support/bodyBackground.html +++ b/test/data/support/bodyBackground.html @@ -17,7 +17,7 @@
- +
+ + - + +