601439-1.html 171 B

123456789
  1. <!DOCTYPE html>
  2. <script>
  3. var elt = document.createElement("span");
  4. elt.setAttribute("style", "color: red ! important;");
  5. elt.style.getPropertyPriority("foo");
  6. </script>