Mypal/dom/tests/mochitest/bugs/child_bug260264.html
2019-03-11 13:26:37 +03:00

12 lines
381 B
HTML

<html>
<head>
</head>
<body>
<iframe id="frame"></iframe>
<script type="application/javascript">
var tempstr = window.location.pathname.substring(0, window.location.pathname.lastIndexOf('/')+1);
document.getElementById("frame").src = "http://mochi.test:8888" + tempstr + "grandchild_bug260264.html" + window.location.hash;
</script>
</body>
</html>