From c34dbf5a8d135e0f873ab7a76d1c8f8e316f31e4 Mon Sep 17 00:00:00 2001 From: Oleg Gaidarenko Date: Sat, 26 Apr 2014 21:24:05 +0400 Subject: Effects: Respect display value on inline elements Take "olddisplay" value into the account Fixes #14824 Closes gh-1566 Ref 73fe17299a840a8a7f3ffffcac15e32a88bd3d66 --- test/data/testsuite.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/data') 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; } -- cgit v1.2.3