[Webkit-unassigned] [Bug 125435] New: prepare-Changelog treats CSS keyframes as mismatched parentheses

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 8 20:27:50 PST 2013


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

           Summary: prepare-Changelog treats CSS keyframes as mismatched
                    parentheses
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: burg at cs.washington.edu


Test case which triggers warnings in get_selector_line_ranges_for_css:

@-webkit-keyframes blink-plus-icon {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 0;
    }
}

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