Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Add tests for shadow dom traversal methods, fix issues #8202

Merged
merged 7 commits into from Aug 13, 2020

Commits on Aug 6, 2020

  1. add tests for shadow dom parents with selector

    Co-authored-by: Zach Panzarino <zach@panz.io>
    chrisbreiding and panzarino committed Aug 6, 2020
    Copy the full SHA
    c2fb0fb View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4e2e933 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c52ca01 View commit details
    Browse the repository at this point in the history
  4. reorder alphabetically

    chrisbreiding committed Aug 6, 2020
    Copy the full SHA
    b937d7f View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2020

  1. Copy the full SHA
    c6e951e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    106dbf4 View commit details
    Browse the repository at this point in the history
  3. fix traversal unique sorting

    $.uniqueSort was failing the unique part in firefox. also had the ordering wrong.
    chrisbreiding committed Aug 11, 2020
    Copy the full SHA
    c8871d6 View commit details
    Browse the repository at this point in the history