aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/modelviews/webview/newwindows/qml/alerts.html
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/modelviews/webview/newwindows/qml/alerts.html')
-rw-r--r--examples/declarative/modelviews/webview/newwindows/qml/alerts.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/declarative/modelviews/webview/newwindows/qml/alerts.html b/examples/declarative/modelviews/webview/newwindows/qml/alerts.html
deleted file mode 100644
index 82caddf7fb..0000000000
--- a/examples/declarative/modelviews/webview/newwindows/qml/alerts.html
+++ /dev/null
@@ -1,5 +0,0 @@
-<html>
-<body onclick="alert('This is an alert')">
-<p>This is a web page. It fires an alert when clicked.
-</body>
-</html>