[Webkit-unassigned] [Bug 18872] New: Crash using webkit-box-reflect and position:absolute

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat May 3 04:05:33 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=18872

           Summary: Crash using webkit-box-reflect and position:absolute
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tom at eggdrop.ch


Create the following page:

<meta http-equiv=refresh content=0.1>
<style type="text/css">
.outer { -webkit-box-reflect:below 1px; }
.inner { position:absolute; }
</style>
<div class="outer"><div class="inner"></div></div>

Leave it running for a few seconds. Latest WebKit will crash. Tested on both
PPC and Intel.


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



More information about the webkit-unassigned mailing list