summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativewebview/resources/loadError.qml
blob: 26cec8f97625e9a06bdb21d2c35dcabf36c4b0a4 (plain)
1
2
3
4
5
import QtWebKit 1.0

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