tenfourfox/layout/style/crashtests/601439-1.html

9 lines
171 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!DOCTYPE html>
<script>
var elt = document.createElement("span");
elt.setAttribute("style", "color: red ! important;");
elt.style.getPropertyPriority("foo");
</script>