aboutsummaryrefslogtreecommitdiffstats
path: root/test/data
diff options
context:
space:
mode:
authortimmywil <timmywillisn@gmail.com>2011-10-23 16:07:07 -0400
committertimmywil <timmywillisn@gmail.com>2011-10-23 16:08:10 -0400
commitf3a4d261ecd0e858515f6e3fa8f5ff59078ec895 (patch)
tree6672e48c062279c753e6f7ccf6ede12affb5abf1 /test/data
parent516f3cd7b5fd0e374b01843b5f78240feb03d959 (diff)
downloadjquery-f3a4d261ecd0e858515f6e3fa8f5ff59078ec895.tar.gz
jquery-f3a4d261ecd0e858515f6e3fa8f5ff59078ec895.zip
Landing pull request 550. IE6,7,8 cannot use cached fragments from unknown elems. Fixes #10501.
More Details: - https://github.com/jquery/jquery/pull/550 - http://bugs.jquery.com/ticket/10501
Diffstat (limited to 'test/data')
-rw-r--r--test/data/testsuite.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/data/testsuite.css b/test/data/testsuite.css
index 8c88a9334..d3e4b4e40 100644
--- a/test/data/testsuite.css
+++ b/test/data/testsuite.css
@@ -123,3 +123,6 @@ body, div { background: url(http://static.jquery.com/files/rocker/images/logo_jq
/* #6652 REMOVE FILTER:ALPHA(OPACITY=100) AFTER ANIMATION */
#t6652 div { filter: alpha(opacity=50); }
+
+/* #10501 */
+section { background:#f0f; display:block; } \ No newline at end of file