This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Description
- Set up the server smoke tests as in https://github.com/adobe/brackets/wiki/Brackets-Server-Smoke-Tests
- Open server-test/server.php
- File > Live Preview
- Put the cursor in
<body>
- Cmd/Ctrl-E
- Change the background color to #D90 - color changes in browser
- Make a change to the text of the outer HTML file
- Cmd/Ctrl-S to save
Result: The HTML updates in the browser, but the background color reverts to the original color from the on-disk CSS file instead of retaining the in-memory changes.