summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlgraphicswebview/data/pixelCache.qml
blob: 3467c6596c71976d6b35047294cb6941a7b3a154 (plain)
1
2
3
4
5
6
7
8
import Test 1.0

MyWebView {
    width: 100
    height: 100
    anchors.fill: parent
    url: "pixelCache.html"
}