Reported at https://gerrit.wikimedia.org/r/259771
The <title> is empty. We should may sure OutputPage::setPageTitle() gets called with an appropiate message. This will improve performance by not having to do it in JavaScript instead. Either from the VE hook, or by changing core to set a default message in EditAction.php instead of EditPage.php. (using the editing or creating message accordingly).