Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<script>
var elt = document.createElement("span");
elt.setAttribute("style", "color: red ! important;");
elt.style.getPropertyPriority("foo");
</script>