Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<meta charset="utf-8">
<title>An iframe that does DOMParser stuff and pushstates itself</title>
<script>
"use strict";
history.pushState(null, "", "/fake/push-state-from-iframe");
</script>
<script src="/domparsing/resources/domparser-iframe.js"></script>