blob: b2821c69940f4b30d78e1c358fa8f84d66dea6ca [file] [log] [blame]
<!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>