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

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