Bug 1519132 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.

Good catch. Thanks for filing! This likely never worked correctly.

A reduced test case:
- Paste this in the address bar:
data:text/html,<style>div{font-family: "Font Name"}</style><div>TEST

- Open DevTools and inspect the <div>
- From the Rules panel, repeatedly delete characters from the end of the font-family value, including the ending quote
- Observe the Changes panel
Good catch. Thanks for filing! This likely never worked correctly.

A reduced test case:
- Paste this in the address bar:
```
data:text/html,<style>div{font-family: "Font Name"}</style><div>TEST
```

- Open DevTools and inspect the <div>
- From the Rules panel, repeatedly delete characters from the end of the font-family value, including the ending quote
- Observe the Changes panel

Back to Bug 1519132 Comment 2