Bug 38804 - REGRESSION: querySelectorAll('...:first') returns empty set
Summary: REGRESSION: querySelectorAll('...:first') returns empty set
Status: RESOLVED DUPLICATE of bug 38697
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore JavaScript (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.6
: P1 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-08 11:15 PDT by Sidney San Martín
Modified: 2010-05-09 16:47 PDT (History)
1 user (show)

See Also:


Attachments
Test case (435 bytes, text/html)
2010-05-08 11:15 PDT, Sidney San Martín
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sidney San Martín 2010-05-08 11:15:56 PDT
Created attachment 55481 [details]
Test case

Passing querySelectorAll a pseudo-selector like :first used to throw an exception.

Other pseudo selectors like :last still do, but :first now returns an empty set.
Comment 1 Alexey Proskuryakov 2010-05-09 16:47:57 PDT
This is already fixed.

*** This bug has been marked as a duplicate of bug 38697 ***