summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/qwebenginepage/resources/redirect.html
blob: db06d73a785ca13ce26f1077282c1cb259f4a26d (plain)
1
2
3
4
5
6
7
8
<html>
<body>
<script>
function doRedirect() { location.replace('qrc:///resources/content.html') }
document.addEventListener("DOMContentLoaded", doRedirect)
</script>
</body>
</html>