[Webkit-unassigned] [Bug 113142] REGRESSION (r146588): Cannot correctly display Chinese SNS Renren

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 27 04:29:21 PDT 2013


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


Zalan Bujtas <zalan at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1




--- Comment #13 from Zalan Bujtas <zalan at apple.com>  2013-03-27 04:31:47 PST ---
CSS parsing doesn't recover from broken syntax.

after the following, broken, style declaration, 

div {
    ;*display:expression(function(){})
}

the next valid style declaration does not get applied

#foo {
    color: red;
}

see attached reduction case.

Apparently the changes in CSSGrammar.y.in (r146588) causes this regression.

bugzilla can't find ​serya at chromium.org (author) so assigned it to the reviewer of r146588

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