WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Created
attachment 50998
[details]
Testcase The test here fails:
http://samples.msdn.microsoft.com/ietestcenter/css3/selectors/impliedValue.htm
Attachments
Testcase
(1.80 KB, text/html)
2010-03-17 20:16 PDT
,
Simon Fraser (smfr)
no flags
Details
Patch
(4.94 KB, patch)
2010-03-23 13:45 PDT
,
Dave Hyatt
simon.fraser
: review+
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Dave Hyatt
Comment 1
2010-03-23 13:45:04 PDT
Created
attachment 51451
[details]
Patch
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.
Top of Page
Format For Printing
XML
Clone This Bug