**Steps to reproduce** 1. Navigate to `data:text/html,<script>console.group("hello")</script>` 1. Open the console 1. Ensure the "Persist Logs" setting is ON 1. Reload the tab several time **Actual results** The existing groups never close, which looks quite weird: ``` ┌────────────────────────────────────────┐ │ ▼ hello │ ├──┬─────────────────────────────────────┤ │ │ Navigated to data:text/html │ ├──┼─────────────────────────────────────┤ │ │ ▼ hello │ ├──┴──┬──────────────────────────────────┤ │ │ Navigated to data:text/html │ ├─────┼──────────────────────────────────┤ │ │▼ hello │ └─────┴──────────────────────────────────┘ ```
Bug 1593933 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
**Steps to reproduce** 1. Navigate to ```data:text/html,<script>console.group("hello")</script>``` 1. Open the console 1. Ensure the "Persist Logs" setting is ON 1. Reload the tab several time **Actual results** The existing groups never close, which looks quite weird: ``` ┌────────────────────────────────────────┐ │ ▼ hello │ ├──┬─────────────────────────────────────┤ │ │ Navigated to data:text/html │ ├──┼─────────────────────────────────────┤ │ │ ▼ hello │ ├──┴──┬──────────────────────────────────┤ │ │ Navigated to data:text/html │ ├─────┼──────────────────────────────────┤ │ │▼ hello │ └─────┴──────────────────────────────────┘ ```