RESOLVED FIXED 36272
CSS3 :nth-child selector with implied step test fails
https://bugs.webkit.org/show_bug.cgi?id=36272
Summary CSS3 :nth-child selector with implied step test fails
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.