diff options
author | Oleg Gaidarenko <markelog@gmail.com> | 2014-04-26 21:24:05 +0400 |
---|---|---|
committer | Oleg Gaidarenko <markelog@gmail.com> | 2014-04-30 17:14:22 +0400 |
commit | f833c9af573462cdec5637db8e58015b288a0a7e (patch) | |
tree | e39bb24c58f3ef1e695dc420f597fe08a76cee24 /test/data | |
parent | 874304fc30743951a7eaf06ea1e2275e507752ee (diff) | |
download | jquery-f833c9af573462cdec5637db8e58015b288a0a7e.tar.gz jquery-f833c9af573462cdec5637db8e58015b288a0a7e.zip |
Effects: Respect display value on inline elements
Take "olddisplay" value into the account
Fixes #14824
Closes gh-1566
Ref 73fe17299a840a8a7f3ffffcac15e32a88bd3d66
(cherry-picked from c34dbf5a8d135e0f873ab7a76d1c8f8e316f31e4)
Conflicts:
src/effects.js
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 134993c01..545d8ce5d 100644 --- a/test/data/testsuite.css +++ b/test/data/testsuite.css @@ -152,4 +152,7 @@ section { background:#f0f; display:block; } /* #11971 */ #foo { background: url(1x1.jpg) right bottom no-repeat; } +/* #14824 */ +#span-14824 { display: block; } + #display { display: list-item !important; } |