Source code
Revision control
Copy as Markdown
Other Tools
<?xml version="1.0"?>↩
<!DOCTYPE html>↩
<head>↩
<script>↩
var xhr = new XMLHttpRequest();↩
xhr.onprogress = function() {↩
};↩
xhr.onload = function() {↩
document.documentElement.innerHTML = this.responseXML.documentElement.innerHTML;↩
};↩
xhr.open("get", "deferred-anchor-ref.xhtml");↩
xhr.send();↩
</script>↩
</head>↩
</html>↩