domparser-iframe-base-pushstate.html (320B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>An iframe that does DOMParser stuff with base and pushstates itself</title> 4 <base href="/fake/base-from-iframe"> 5 6 <script> 7 "use strict"; 8 history.pushState(null, "", "/fake/push-state-from-iframe"); 9 </script> 10 <script src="/domparsing/resources/domparser-iframe.js"></script>