Bug 116678

Summary: CSS Variables tokenisation not checking CSS identifier length
Product: WebKit Reporter: Sergio Villar Senin <svillar>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: alancutter, glenn, svillar, syoichi
Priority: P2 Keywords: BlinkMergeCandidate
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 116071    
Bug Blocks:    

Sergio Villar Senin
Reported 2013-05-23 08:38:57 PDT
We should consider merging this change https://codereview.chromium.org/15317009 and the test case which is not currently in WebKit.
Attachments
Sergio Villar Senin
Comment 1 2013-06-12 09:38:41 PDT
There is no need to merge this fix. The ASSERT() was triggered because the code was using isEqualToCSSIdentifier() which had some restrictions not applicable to the CSS variables case. Actually the ASSERT() mentioned in the Chromium bug can no longer happen since r150776, as we perform a case sensitive check in a different inline method which does not have those assertions.
Note You need to log in before you can comment on or make changes to this bug.