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: Add tentative tests for speculative HTML parsing #24521

Merged
merged 27 commits into from
Sep 14, 2021

Commits on Sep 8, 2021

  1. Configuration menu
    Copy the full SHA
    8c6d3bc View commit details
    Browse the repository at this point in the history
  2. Add a few more picture tests

    zcorpan committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    482b116 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a45e7b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    10011f6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    38a4cee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    742d712 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1e84012 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6e1cc6f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5770a36 View commit details
    Browse the repository at this point in the history
  10. Update update-built-tests.sh

    zcorpan committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    ed2c3df View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c851990 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    97d14e9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    78f5e4a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    fac39d4 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    130f246 View commit details
    Browse the repository at this point in the history
  16. Test <link rel=stylesheet>

    zcorpan committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    5e8d013 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c778009 View commit details
    Browse the repository at this point in the history
  18. Test <template>

    zcorpan committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    404f65f View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    432983c View commit details
    Browse the repository at this point in the history
  20. Test CSP

    Make sure the test markup is in <head> so that CSP is not ignored
    zcorpan committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    5f148ba View commit details
    Browse the repository at this point in the history
  21. Test <meta name=referrer>

    zcorpan committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    733aaaf View commit details
    Browse the repository at this point in the history
  22. Fix a mistake in document.write <meta charset> test

    I forgot that the main meta charset scanner looks inside scripts per spec
    zcorpan committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    1481185 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    c258849 View commit details
    Browse the repository at this point in the history
  24. Change the pass condition of the meta charset test: speculative parse…

    …r ignores encoding decl
    zcorpan committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    eb3a68b View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    b9339c8 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    655a2c3 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

  1. Re-add 'Fix a mistake in document.write <meta charset> test'

    The fix in 1481185 was accidentally reverted in the next commit c258849
    zcorpan committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    fc10383 View commit details
    Browse the repository at this point in the history