[Webkit-unassigned] [Bug 32374] New: marquee with display:inline causes crash

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 10 04:44:35 PST 2009


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

           Summary: marquee with display:inline causes crash
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: hamaji at chromium.org


The following HTML makes WebKit crash.

<body>
  <div style="opacity: 0.9;">
    <marquee style="opacity: 0.9; display: inline;">No crash means
PASS</marquee>
  </div>
</body>

This happens because the marquee code assumes RenderLayer's renderer is a box.

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