summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/qwebenginepage/resources/fullscreen.html
blob: 84771ca85ffd2626944ab1b7301b637cf0c4d8f9 (plain)
1
2
3
4
5
6
7
8
9
10
<html>
<body onkeypress='onKeyPress()'>
<a>This is test content</a>
<script>
function onKeyPress() {
    document.documentElement.webkitRequestFullScreen();
}
</script>
</body>
</html>