aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/tests/QtWebKit/qmlplugin/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside2/tests/QtWebKit/qmlplugin/index.html')
-rw-r--r--sources/pyside2/tests/QtWebKit/qmlplugin/index.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/sources/pyside2/tests/QtWebKit/qmlplugin/index.html b/sources/pyside2/tests/QtWebKit/qmlplugin/index.html
new file mode 100644
index 000000000..db0d6b5b2
--- /dev/null
+++ b/sources/pyside2/tests/QtWebKit/qmlplugin/index.html
@@ -0,0 +1,5 @@
+<html><body>
+ <h1>Custom Plugin</h1>
+ <object type="application/x-dummy" data="./dummy.pys" text="My text">
+ </object>
+</body></html>