summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativewebview/data/loadError.qml
blob: 2061b5f938acffb7d3f005ca040a48a6367f5480 (plain)
1
2
3
4
5
6
import Qt 4.7
import org.webkit 1.0

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