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:05:48 +0400 |
commit | c34dbf5a8d135e0f873ab7a76d1c8f8e316f31e4 (patch) | |
tree | ab9ad095f7b3554de59045e29c8e6eb8f8c3dfe0 /test/data | |
parent | bbace100a3ad51287cd2864eeb03ddebb381d44f (diff) | |
download | jquery-c34dbf5a8d135e0f873ab7a76d1c8f8e316f31e4.tar.gz jquery-c34dbf5a8d135e0f873ab7a76d1c8f8e316f31e4.zip |
Effects: Respect display value on inline elements
Take "olddisplay" value into the account
Fixes #14824
Closes gh-1566
Ref 73fe17299a840a8a7f3ffffcac15e32a88bd3d66
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 d4122643c..cf2ba8c20 100644 --- a/test/data/testsuite.css +++ b/test/data/testsuite.css @@ -138,4 +138,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; } |