[Webkit-unassigned] [Bug 23291] -webkit-box-shadow doesn't work on Qt-WebKit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 20 22:58:09 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=23291


Kumaran Santhanam <kumaran at alumni.stanford.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kumaran at alumni.stanford.org




--- Comment #1 from Kumaran Santhanam <kumaran at alumni.stanford.org>  2009-07-20 22:58:09 PDT ---
1) Save the following HTML snippet to a file.
2) Browse the file with Firefox 3.5 or Safari 3.2.
3) Browse the file with the Qt 4.5.1 demo browser.

Qt WebKit does not render the drop shadow.
This was observed on both Linux and Windows.

The other browsers produce the expected behavior.

The WebKit source included with Qt has references
to this property, so there may be some other
mechanism that is disabling the functionality.


--- cut here ---
<html><body>

<div style="border: 1px solid #808080;
            -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
            -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
            width: 300px; height: 200px;">
<br><center>This box should have a shadow.</center>
</div>

</body></html>

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list