The result of CSSSelector::selectorText() for '::-webkit-distributed(...)' is wrong. e.g. Given a rule of: 'content::-webkit-distributed(div div:first-child)' CSSSelector::selectorText() returns the following: 'content::-webkit-distributed(div) div:first-child'
Created attachment 195716 [details] Fix.
Comment on attachment 195716 [details] Fix. View in context: https://bugs.webkit.org/attachment.cgi?id=195716&action=review > Source/WebCore/ChangeLog:10 > + No new tests, no behavior change for layout tests. Are you sure? It seems that you could get at it with CSSStyleRule.selectorText.
(In reply to comment #2) > (From update of attachment 195716 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=195716&action=review > > > Source/WebCore/ChangeLog:10 > > + No new tests, no behavior change for layout tests. > > Are you sure? It seems that you could get at it with CSSStyleRule.selectorText. It seems we can write a test. Let me add a test.
Created attachment 195914 [details] Add a layouttest
Comment on attachment 195914 [details] Add a layouttest Clearing flags on attachment: 195914 Committed r147295: <http://trac.webkit.org/changeset/147295>
All reviewed patches have been landed. Closing bug.