Source code
Revision control
Copy as Markdown
Other Tools
<?xml version="1.0"?>
<!--
Any copyright is dedicated to the Public Domain.
-->
image {
list-style-image: url(colors-16x8.png);
}
.tweak {
-moz-appearance: button-arrow-up;
}
]]></style>
<hbox>
<image/>
</hbox>
<script>
window.addEventListener("load", function() {
document.querySelector("image").className = "tweak";
document.documentElement.className = "";
});
</script>
</window>