<!DOCTYPE html>
<script>

var elt = document.createElement("span");
elt.setAttribute("style", "color: red ! important;");
elt.style.getPropertyPriority("foo");

</script>