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

LibWeb: Always flush character insertions before exiting HTML parser #1469

Commits on Sep 21, 2024

  1. LibWeb: Always flush character insertions before exiting HTML parser

    This fixes an issue where document.write() with only text input would
    leave all the character data as unflushed text in the parser.
    
    This fixes many of the WPT tests for document.write().
    awesomekling committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    d225c40 View commit details
    Browse the repository at this point in the history