Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
document.open() should remove the initial about:blank-ness of the doc…
…ument 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
- Loading branch information
Showing
4 changed files
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
|
||
FAIL document.open() removes the initial about:blank-ness of the document assert_equals: expected (undefined) undefined but got (string) "Hello world!" | ||
PASS document.open() removes the initial about:blank-ness of the document | ||
PASS Double-check: without document.open(), Window reuse indeed happens | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters