[Webkit-unassigned] [Bug 31241] Absolutely positioned, inline elements within a container that horizontally centers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Feb 25 12:26:09 PST 2012


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


Robin Whittleton <robin at reala.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |robin at reala.net




--- Comment #4 from Robin Whittleton <robin at reala.net>  2012-02-25 12:26:09 PST ---
The most minimal testcase I can make is:

<!DOCTYPE html>
<style>
body { text-align: center; }
span { position: absolute; }
</style>
<span>Test

-- 
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