aboutsummaryrefslogtreecommitdiffstats
path: root/test/data
diff options
context:
space:
mode:
authorRichard Gibson <richard.gibson@gmail.com>2012-06-26 13:48:31 -0400
committerDave Methvin <dave.methvin@gmail.com>2012-07-05 21:38:17 -0400
commit1793eab32bc8a00b2ad041c9b10ad3bdd2bec702 (patch)
tree306168bf4d6ba1c284edea56fa18fe597a468da6 /test/data
parent86b775d036627ebd7242fbb4eb9f24e4ba1fa9c5 (diff)
downloadjquery-1793eab32bc8a00b2ad041c9b10ad3bdd2bec702.tar.gz
jquery-1793eab32bc8a00b2ad041c9b10ad3bdd2bec702.zip
Fix #11971: force numeric animation start to be numeric, closes gh-836.
Diffstat (limited to 'test/data')
-rw-r--r--test/data/testsuite.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/data/testsuite.css b/test/data/testsuite.css
index d3e4b4e40..0046c2fe2 100644
--- a/test/data/testsuite.css
+++ b/test/data/testsuite.css
@@ -125,4 +125,7 @@ body, div { background: url(http://static.jquery.com/files/rocker/images/logo_jq
#t6652 div { filter: alpha(opacity=50); }
/* #10501 */
-section { background:#f0f; display:block; } \ No newline at end of file
+section { background:#f0f; display:block; }
+
+/* #11971 */
+#foo { background: url(data/1x1.jpg) right bottom no-repeat; }