Bug 36272

Summary: CSS3 :nth-child selector with implied step test fails
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: CSSAssignee: Dave Hyatt <hyatt>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: OS X 10.5   
URL: http://samples.msdn.microsoft.com/ietestcenter/css3/selectors/impliedValue.htm
Attachments:
Description Flags
Testcase
none
Patch simon.fraser: review+

Simon Fraser (smfr)
Reported 2010-03-17 20:16:30 PDT
Attachments
Testcase (1.80 KB, text/html)
2010-03-17 20:16 PDT, Simon Fraser (smfr)
no flags
Patch (4.94 KB, patch)
2010-03-23 13:45 PDT, Dave Hyatt
simon.fraser: review+
Dave Hyatt
Comment 1 2010-03-23 13:45:04 PDT
Simon Fraser (smfr)
Comment 2 2010-03-23 13:48:01 PDT
Comment on attachment 51451 [details] Patch Where is LayoutTests/ChangeLog? r=me.
Darin Adler
Comment 3 2010-03-23 13:49:36 PDT
Comment on attachment 51451 [details] Patch > - $$->setArgument(String::number($4)); > + $$->setArgument(String::number($4*$5)); Should be $4 * $5 with spaces around the multiplication operator. I'd like to see test cases covering the edge cases, for example the maximum negative number. r=me
Dave Hyatt
Comment 4 2010-03-23 13:53:07 PDT
Fixed in r56414.
Note You need to log in before you can comment on or make changes to this bug.