[Webkit-unassigned] [Bug 83000] New: REGRESSION(r80439): Crash in StylePropertySet::borderSpacingValue

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 2 23:11:55 PDT 2012


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

           Summary: REGRESSION(r80439): Crash in
                    StylePropertySet::borderSpacingValue
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: InChromiumBugs, NeedsRadar
          Severity: Normal
          Priority: P1
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: darin at apple.com, dbates at webkit.org,
                    alexis.menard at openbossa.org


Reduction:

<!DOCTYPE html>
<body>
<script type="text/javascript">
a = document.createElement("a");
a.setAttribute("style", "-webkit-border-horizontal-spacing:1px;");
a.style.getPropertyValue('border-spacing');
</script>

http://crbug.com/121121

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