Bug 117396

Summary: REGRESSION (r121551): Incorrect tokenization of CSS media queries in WebKit nightlies
Product: WebKit Reporter: Boris Zbarsky <bzbarsky>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WORKSFORME    
Severity: Normal CC: apavlov, ap, koivisto, nvasilyev
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Testcase
none
correct testcase none

Description Boris Zbarsky 2013-06-10 01:00:12 PDT
Created attachment 204139 [details]
Testcase

See attached testcase: the text should be green.

This works right in Safari 6.
Comment 1 Alexey Proskuryakov 2013-06-10 12:21:30 PDT
Looks like this is not the right attachment.
Comment 2 Boris Zbarsky 2013-06-10 13:03:38 PDT
Created attachment 204179 [details]
correct testcase

Er, indeed.
Comment 3 Alexey Proskuryakov 2013-06-10 15:35:24 PDT
Regression range is 121512-121566, and <http://trac.webkit.org/r121551> is the only suspicious change there.

Boris, is this known to affect live content?
Comment 4 Boris Zbarsky 2013-06-10 18:28:51 PDT
I ran across it in a stackoverflow question that was asking about the different behavior in different browsers.  Past that, I don't know.
Comment 5 Alexey Proskuryakov 2013-06-10 20:22:47 PDT
Thank you!
Comment 6 Nikita Vasilyev 2017-09-08 16:04:58 PDT
The attached test case works as expected.