summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlvisual/webview/embedding/nesting.html
blob: 6e81689ec7dee1921305fc04d9322b8b103d1e87 (plain)
1
2
3
4
5
6
7
8
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.