summaryrefslogtreecommitdiff
path: root/Source/WebKit2/UIProcess/API/qt/tests/qmltests/common/alert.html
blob: a75b9a60fd9baecba5c96de4275091e9dacabf78 (plain)
1
2
3
4
5
6
7
8
<!doctype html>
<html>
<head>
<script>alert("Hello Qt");</script>
</head>
<body>
</body>
</html>