<!DOCTYPE html>
<style>
* {
font: 20px 'SerenitySans';
}
</style>
<progress id="a"></progress>
<script>
a.style.backgroundColor = 'red'; // Trigger style invalidation
</script>