summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/visual/webview/embedding/nesting.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/visual/webview/embedding/nesting.html')
-rw-r--r--tests/auto/declarative/visual/webview/embedding/nesting.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/auto/declarative/visual/webview/embedding/nesting.html b/tests/auto/declarative/visual/webview/embedding/nesting.html
new file mode 100644
index 0000000..6e81689
--- /dev/null
+++ b/tests/auto/declarative/visual/webview/embedding/nesting.html
@@ -0,0 +1,9 @@
+<html>
+<head><title>Nesting</title>
+<link rel="icon" sizes="48x48" href="basic.png">
+</head>
+<body bgcolor="green">
+<h1>Nesting</h1>
+This is a test...
+<OBJECT data=egg.qml TYPE=application/x-qt-plugin width=50 height=70 period=2000 color=white></OBJECT>
+... with a spinning QML egg nested in it.