summaryrefslogtreecommitdiffstats
path: root/layout/style/crashtests/601439-1.html
blob: e76e4520e9f15226e3aadf8c5ea3f829f870a35e (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<script>

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

</script>