summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qmltests/data/prompt.html
blob: 3293c0dcf7f113e48494fe2bf728834914a18373 (plain)
1
2
3
4
5
6
7
<html>
<head>
    <script>
        document.title = prompt("Please, reverse the default value", "Hello Qt");
    </script>
</head>
</html>