diff --git a/Userland/Libraries/LibWeb/DOM/Document.cpp b/Userland/Libraries/LibWeb/DOM/Document.cpp index 7afdbb91c9..651783c6ac 100644 --- a/Userland/Libraries/LibWeb/DOM/Document.cpp +++ b/Userland/Libraries/LibWeb/DOM/Document.cpp @@ -458,7 +458,8 @@ ExceptionOr Document::open(String const&, String const&) // FIXME: 3. Run the URL and history update steps with document and newURL. } - // FIXME: 13. Set document's is initial about:blank to false. + // 13. Set document's is initial about:blank to false. + set_is_initial_about_blank(false); // FIXME: 14. If document's iframe load in progress flag is set, then set document's mute iframe load flag.