summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlgraphicswebview/data/pixelCache.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qmlgraphicswebview/data/pixelCache.qml')
-rw-r--r--tests/auto/declarative/qmlgraphicswebview/data/pixelCache.qml8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/auto/declarative/qmlgraphicswebview/data/pixelCache.qml b/tests/auto/declarative/qmlgraphicswebview/data/pixelCache.qml
new file mode 100644
index 0000000..3467c65
--- /dev/null
+++ b/tests/auto/declarative/qmlgraphicswebview/data/pixelCache.qml
@@ -0,0 +1,8 @@
+import Test 1.0
+
+MyWebView {
+ width: 100
+ height: 100
+ anchors.fill: parent
+ url: "pixelCache.html"
+}