You can get a similar problem to occur if you run the following javascript, where the STYLE tag is moved/removed/corrupted...
document.getElementById(
'CE_Editor1_ID').setHTML("<html><head><style>body {color: red;}</style></head><body>This should be red</body></html>");