Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
<!doctype html>
<style>
* {
border-image-source: url(solidblue.gif);
}
</style>
<script>
window.addEventListener('load', () => {
document.documentElement.appendChild(mtd)
})
</script>