9 lines
273 B
HTML
9 lines
273 B
HTML
<!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>
|