There are 2 things needed to be done for this to work.
The first one is to add a single line of script to the page, turning the 'designMode' on:
<script>
document.designMode = "on"
</script>
The second one is to configure the display property of the <style> tag as 'block':
<style style="display:block">
body {
background: white;
font-size: 16px;
color: #333;
}
</style>
When your bath soap bar gets too small to use, don't throw it away! open the next bar, and when you finish showering, stick the small old bar to the back of the new bar. Onces they both dry, they will become one.