[Webkit-unassigned] [Bug 20855] New: Crashes when <style> @import "style.css"; </style> importing a CSS file, but works fine when same CSS is inlined

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 15 07:11:32 PDT 2008


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

           Summary: Crashes when <style> @import "style.css"; </style>
                    importing a CSS file, but works fine when same CSS is
                    inlined
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Critical
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: john.engelhart at gmail.com


Hard crasher, every time.  I will attach the distilled .html and .css file
after I submit this bug.

I'm not sure exactly which part of the CSS (or whatever) is causing the
problem, but I managed to get it down to a ~500 byte html file and ~3000 byte
CSS that reproduces the problem.  I've been using the new animation CSS stuff,
and the chunk of CSS code was the last thing I added in before it started
crashing (it was a copy/paste, worked on the CSS parts in a separate html file,
then copied the finished results to the main .css style file, and boom).

In short, when the attached CSS stylesheet is @imported, it crashes.  Remove
the @import.. and replace it with the text of that CSS file, and everything
works fine...


-- 
Configure bugmail: https://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