summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativewebview/data/loadError.qml
blob: 1460f30990bce70edb04ba4955eae3e45b6d5399 (plain)
1
2
3
4
5
import Qt 4.6

WebView {
    url: "does-not-exist.html"
}