[webkit-changes] [WebKit/WebKit] dc6d5e: document.open() should remove the initial about:bl...

Chris Dumez noreply at github.com
Wed Sep 21 21:18:42 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: dc6d5ef7e6246b46f5ea591be485df48735dfd01
      https://github.com/WebKit/WebKit/commit/dc6d5ef7e6246b46f5ea591be485df48735dfd01
  Author: Chris Dumez <cdumez at apple.com>
  Date:   2022-09-21 (Wed, 21 Sep 2022)

  Changed paths:
    M LayoutTests/imported/w3c/web-platform-tests/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/remove-initial-about-blankness.window-expected.txt
    M Source/WebCore/dom/Document.cpp
    M Source/WebCore/loader/FrameLoader.cpp
    M Source/WebCore/loader/FrameLoader.h

  Log Message:
  -----------
  document.open() should remove the initial about:blank-ness of the document
https://bugs.webkit.org/show_bug.cgi?id=245445

Reviewed by Darin Adler and Youenn Fablet.

document.open() should remove the initial about:blank-ness of the document.
This aligns our behavior with Firefox and Chrome.

* LayoutTests/imported/w3c/web-platform-tests/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/remove-initial-about-blankness.window-expected.txt:
* Source/WebCore/dom/Document.cpp:
(WebCore::Document::open):

Canonical link: https://commits.webkit.org/254747@main




More information about the webkit-changes mailing list