DescriptionRegression(r164102): CSS Selector queries on duplicate ids match non-descendant elements
After r164102, CSS Selector queries on duplicate ids match non-descendant
elements. It returns ALL elements with the given identifier, without checking
that these are descendant of the scope Element.
This CL adds the missing scope check.
BUG=331692
TEST=fast/dom/SelectorAPI/duplicate-id-scope.html
R=esprehn, abarth
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=164484
Patch Set 1 #
Total comments: 1
Messages
Total messages: 5 (0 generated)
|