зеркало из https://github.com/mozilla/pjs.git
9 строки
171 B
HTML
9 строки
171 B
HTML
|
<!DOCTYPE html>
|
||
|
<script>
|
||
|
|
||
|
var elt = document.createElement("span");
|
||
|
elt.setAttribute("style", "color: red ! important;");
|
||
|
elt.style.getPropertyPriority("foo");
|
||
|
|
||
|
</script>
|