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

HTML API: Add test suite from html5lib #5794

Closed
wants to merge 70 commits into from

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    e2468d2 View commit details
    Browse the repository at this point in the history
  2. Add html5lib test class

    sirreal committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    491acc1 View commit details
    Browse the repository at this point in the history
  3. Skip unhandled tests

    sirreal committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    37ff9f8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    70088f1 View commit details
    Browse the repository at this point in the history
  5. Add line number to test case label

    dmsnell authored and sirreal committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    01dd880 View commit details
    Browse the repository at this point in the history
  6. WPCS Nags

    dmsnell authored and sirreal committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    647e086 View commit details
    Browse the repository at this point in the history
  7. 1-index test case numbering

    sirreal committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    94a6c83 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bf55265 View commit details
    Browse the repository at this point in the history
  9. Print nicer tests names

    sirreal committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    dc8ad56 View commit details
    Browse the repository at this point in the history
  10. Better tag finding

    sirreal committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    e5cdeaf View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b37739a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8724ea4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9d50600 View commit details
    Browse the repository at this point in the history
  14. Fix lint

    sirreal committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    e80bf95 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    01f4149 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c2d0e1f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    aff5cd6 View commit details
    Browse the repository at this point in the history
  18. Add extra skipped tests

    dmsnell authored and sirreal committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    493cf5c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    273479f View commit details
    Browse the repository at this point in the history
  20. Use line numbers for test IDs

    Line numbers are stable even if we skip tests
    sirreal committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    fd603fa View commit details
    Browse the repository at this point in the history
  21. Use padded line number

    Allows filetering like line0001 so not line1 line10 line11…
    sirreal committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    e57f7a8 View commit details
    Browse the repository at this point in the history
  22. Fix HTML input processing

    sirreal committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    25bd659 View commit details
    Browse the repository at this point in the history
  23. Update ignores

    sirreal committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    b647629 View commit details
    Browse the repository at this point in the history
  24. Skip incomplete token tests

    sirreal committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    47dc0f4 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    0fbcfd1 View commit details
    Browse the repository at this point in the history
  26. Fix lints

    sirreal committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    9d5b180 View commit details
    Browse the repository at this point in the history
  27. Fix strlen paren bug

    sirreal committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    5907bc7 View commit details
    Browse the repository at this point in the history
  28. Fix some comments

    sirreal committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    5e399f2 View commit details
    Browse the repository at this point in the history
  29. Skip head tests

    sirreal committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    867f109 View commit details
    Browse the repository at this point in the history
  30. Fix lint

    sirreal committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    659eebd View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    544a4a6 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    825c97f View commit details
    Browse the repository at this point in the history
  33. Fixing more lints

    sirreal committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    9fd69f3 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    8ece64b View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    f49bbf3 View commit details
    Browse the repository at this point in the history
  36. Ignore another P tag test

    sirreal committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    6b6c3dc View commit details
    Browse the repository at this point in the history
  37. Use DIR_TESTDATA

    sirreal committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    08d51e6 View commit details
    Browse the repository at this point in the history
  38. Update covers

    sirreal committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    a251cd8 View commit details
    Browse the repository at this point in the history
  39. Add todo comments

    sirreal committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    40da3e8 View commit details
    Browse the repository at this point in the history
  40. Remove covers

    sirreal committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    252e37a View commit details
    Browse the repository at this point in the history
  41. Remove comment test skip

    sirreal committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    07fa7ad View commit details
    Browse the repository at this point in the history
  42. Add much more HTML to tests

    sirreal committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    672bb47 View commit details
    Browse the repository at this point in the history
  43. Skip entities tests

    Decoding with PHP is buggy
    sirreal committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    89aed66 View commit details
    Browse the repository at this point in the history
  44. Better variable name

    sirreal committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    8d4cb2a View commit details
    Browse the repository at this point in the history
  45. Skip all entities for now

    sirreal committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    3dce944 View commit details
    Browse the repository at this point in the history
  46. Update skips

    sirreal committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    1d113a7 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    4148612 View commit details
    Browse the repository at this point in the history
  48. Fix void tag indenting

    sirreal committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    7598fb7 View commit details
    Browse the repository at this point in the history
  49. Replace $p with $processor

    sirreal committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    286803b View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    a51363c View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    1878f93 View commit details
    Browse the repository at this point in the history
  52. fix some test skipping

    sirreal committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    8a45383 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    bec7014 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    33f6a4b View commit details
    Browse the repository at this point in the history
  55. Skip whitespace test

    sirreal committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    035f0ee View commit details
    Browse the repository at this point in the history
  56. Fix lint

    sirreal committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    f892705 View commit details
    Browse the repository at this point in the history
  57. var_export our token type

    sirreal committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    168bba6 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    429e933 View commit details
    Browse the repository at this point in the history
  59. Skip tests with known issues

    sirreal committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    dd0d56d View commit details
    Browse the repository at this point in the history
  60. Add ticket to dataProvider

    Co-authored-by: Colin Stewart <79332690+costdev@users.noreply.github.com>
    sirreal and costdev committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    f0bcccd View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    084def5 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    49c80f4 View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    09ce469 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    cc1ed71 View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    d73836e View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    209af9a View commit details
    Browse the repository at this point in the history
  67. Update since annotation

    sirreal committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    b23ecda View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    9717fff View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    c64034e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbe7c21 View commit details
    Browse the repository at this point in the history