diff options
author | Dave Methvin <dave.methvin@gmail.com> | 2011-08-04 15:09:31 -0700 |
---|---|---|
committer | Dave Methvin <dave.methvin@gmail.com> | 2011-08-04 15:09:31 -0700 |
commit | 8d5c874227a65434a694b97148577fd4f93ab264 (patch) | |
tree | e40fba7d87e8aa9cc045f4ce1973c6ca5565b6f9 /test/index.html | |
parent | b5a16ead1ae2b7449c442c151299f9f456c03942 (diff) | |
parent | 5b0c3060f0f55d39d2251d4f79be58570c5ba029 (diff) | |
download | jquery-8d5c874227a65434a694b97148577fd4f93ab264.tar.gz jquery-8d5c874227a65434a694b97148577fd4f93ab264.zip |
Merge pull request #416 from gnarf37/ticket_6652
CSS: Remove filter from style when setting opacity to 1 - Fixes #6652 - R
Diffstat (limited to 'test/index.html')
-rw-r--r-- | test/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/index.html b/test/index.html index f3f235e09..a001e7435 100644 --- a/test/index.html +++ b/test/index.html @@ -226,6 +226,9 @@ Z</textarea> <div id="t2037"> <div><div class="hidden">hidden</div></div> </div> + <div id="t6652"> + <div></div> + </div> </div> <div id="tabindex-tests"> |