summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativewebview/data/pixelCache.qml
blob: 08e4d657197dbdbdf8444c6f36e05955123c28c0 (plain)
1
2
3
4
5
6
import Test 1.0

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