mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 14:57:32 +09:00
8 lines
171 B
HTML
8 lines
171 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<script>
|
||
|
|
|
||
|
|
var elt = document.createElement("span");
|
||
|
|
elt.setAttribute("style", "color: red ! important;");
|
||
|
|
elt.style.getPropertyPriority("foo");
|
||
|
|
|
||
|
|
</script>
|