summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativewebview/data/loadError.qml
blob: baab1a08fa2c09c67f7ca1cc889fadb54163f9ce (plain)
1
2
3
4
5
6
import QtQuick 1.0
import QtWebKit 1.0

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