Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!doctype html>
<style>
* {
anchor-name: --anchor-name_0;
}
</style>
<script>
window.addEventListener("load", async () => {
const iframe = document.createElementNS("http://www.w3.org/1999/xhtml", "iframe")
document.documentElement.appendChild(iframe)
})
</script>