[Webkit-unassigned] [Bug 20855] 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 16:02:52 PDT 2008


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





------- Comment #6 from john.engelhart at gmail.com  2008-09-15 16:02 PDT -------
I managed to get this down to the minimal bits that cause the problem.  The
absolute minimum .css file that causes the problem is something long the lines
of:

@-webkit-keyframes 'pulse' { from { left: 5px;
-webkit-animation-timing-function: ease-out; } }

(along with a .html file that has a <style> @import "file.css"; </style>, of
course)

I think the -webkit-ani... is superfluous, it just happens to be in the .css
file I was using to test.. and I really don't want to crash this browser I'm
writing this message in to verify that it's not needed.. :)


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