Somehow couldn't reproduce it with the steps in the comment #0, but got another set of steps: 1. Load an existing HTML file on the local server, with its content `<title>Title</title>` 2. Remove `Title` from the title element 3. Reload Expected: The title should be change to the path Actual: It keeps showing the previous title I tested using [`serve`](https://www.npmjs.com/package/serve) as the server.
Bug 1686194 Comment 2 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Somehow couldn't reproduce it with the steps in the comment #0, but got another set of steps: 1. Load an existing HTML file on the local server, with its content `<title>Title</title>` 2. Remove `Title` from the title element 3. Reload Expected: The title should change to the path Actual: It keeps showing the previous title I tested using [`serve`](https://www.npmjs.com/package/serve) as the server.