diff options
author | timmywil <timmywillisn@gmail.com> | 2011-10-23 16:07:07 -0400 |
---|---|---|
committer | timmywil <timmywillisn@gmail.com> | 2011-10-23 16:08:10 -0400 |
commit | f3a4d261ecd0e858515f6e3fa8f5ff59078ec895 (patch) | |
tree | 6672e48c062279c753e6f7ccf6ede12affb5abf1 /test/data | |
parent | 516f3cd7b5fd0e374b01843b5f78240feb03d959 (diff) | |
download | jquery-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.css | 3 |
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 |