gecko-dev/layout/style/crashtests/601439-1.html

9 строки
171 B
HTML

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